Bindings V2: Remove explicit references to daemon/service
[src/app-framework-binder.git] / src / verbose.c
index 88183c2..5b2611a 100644 (file)
@@ -99,7 +99,7 @@ void vverbose(int level, const char *file, int line, const char *function, const
 
        fprintf(stderr, "%s: ", prefixes[LEVEL(level)] + (tty ? 4 : 0));
        vfprintf(stderr, fmt, args);
-       if (file != NULL && (!tty || verbosity >5))
+       if (file != NULL && (!tty || verbosity > 2))
                fprintf(stderr, " [%s:%d,%s]\n", file, line, function);
        else
                fprintf(stderr, "\n");