From 21147d2999cf42931d0c9129edc4289b0ece46f6 Mon Sep 17 00:00:00 2001 From: martin-s Date: Sun, 26 Oct 2008 12:05:29 +0000 Subject: [PATCH] Fix:Core:Made less verbose git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1560 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4