Fix:Core:Made less verbose
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 26 Oct 2008 12:05:29 +0000 (12:05 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 26 Oct 2008 12:05:29 +0000 (12:05 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1560 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/plugin.c

index d38f0d7..f7c84ac 100644 (file)
@@ -326,7 +326,7 @@ plugin_get_type(enum plugin_type type, const char *type_name, const char *name)
                else
                        mod_name=pl->name;
                if (!g_ascii_strncasecmp(mod_name, filename, strlen(filename)) || !g_ascii_strncasecmp(mod_name, corename, strlen(filename))) {
-                       dbg(0, "Loading module \"%s\"\n",pl->name) ;
+                       dbg(1, "Loading module \"%s\"\n",pl->name) ;
                        if (plugin_get_active(pl)) 
                                if (!plugin_load(pl)) 
                                        plugin_set_active(pl, 0);