Re-enable verbose mode, add VERBOSE envvar support
This commit is contained in:
@@ -411,7 +411,7 @@ void Verbose(char *format, ...)
|
||||
va_end(argp);
|
||||
}
|
||||
|
||||
if(!Closure->verbose)
|
||||
if(!Closure->verbose && !g_getenv("VERBOSE"))
|
||||
return;
|
||||
|
||||
va_start(argp, format);
|
||||
|
||||
Reference in New Issue
Block a user