Fix:core:Reduce debug output, use dbg() instead of printf.
[profile/ivi/navit.git] / navit / navit / xmlconfig.c
index e355644..0276485 100644 (file)
@@ -147,7 +147,7 @@ static struct attr ** convert_to_attrs(struct xmlstate *state, struct attr_fixme
                attribute_value++;
        }
        ret[count]=NULL;
-       dbg(1,"ret=%p\n", ret);
+       dbg(3,"ret=%p\n", ret);
        return ret;
 }