X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fverbose.c;fp=src%2Fverbose.c;h=5b2611a75adad807ff7216ed9d5706488c0a7df7;hb=95c29ef579d6320a721f96d7146efd10f74a201b;hp=88183c27a3ff9289093fd9779d68d2844f48ea48;hpb=e9040472b72ff699964d89dda03ef07ce72b487b;p=src%2Fapp-framework-binder.git diff --git a/src/verbose.c b/src/verbose.c index 88183c27..5b2611a7 100644 --- a/src/verbose.c +++ b/src/verbose.c @@ -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");