Fix:Core:Adjusting debug level
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 20 Dec 2008 18:44:43 +0000 (18:44 +0000)
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 20 Dec 2008 18:44:43 +0000 (18:44 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1844 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navit.c

index 8543af6..578a61f 100644 (file)
@@ -949,7 +949,7 @@ navit_speak(struct navit *this_)
 
     if (!speech_get_attr(this_->speech, attr_active, &attr, NULL))
         attr.u.num = 1;
-    dbg(0, "this_.speech->active %i\n", attr.u.num);
+    dbg(1, "this_.speech->active %i\n", attr.u.num);
     if(!attr.u.num)
         return;