Fix:Core:Made debug less verbose
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 21 Sep 2008 12:32:17 +0000 (12:32 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 21 Sep 2008 12:32:17 +0000 (12:32 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1387 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navit.c

index eb2a577..60d3339 100644 (file)
@@ -1728,7 +1728,7 @@ navit_block(struct navit *this_, int block)
 int
 navit_command_register(struct navit *this_, char *command, struct callback *cb)
 {
-       dbg(0,"registering '%s'\n", command);
+       dbg(1,"registering '%s'\n", command);
        g_hash_table_insert(this_->commands, command, cb);
 
        return 0;