From: martin-s Date: Sun, 26 Oct 2008 12:05:29 +0000 (+0000) Subject: Fix:Core:Made less verbose X-Git-Tag: navit-0.5.0.5194svn~3597 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21147d2999cf42931d0c9129edc4289b0ece46f6;p=profile%2Fivi%2Fnavit.git Fix:Core:Made less verbose git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1560 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/plugin.c b/navit/navit/plugin.c index d38f0d7..f7c84ac 100644 --- a/navit/navit/plugin.c +++ b/navit/navit/plugin.c @@ -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);