Merge branch 'fix-verbose'

This commit is contained in:
Michael Stapelberg 2011-08-17 12:17:26 +02:00
commit 13ecbf43c9
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include "loglevels.h"
static uint64_t loglevel = 0;
static bool verbose = true;
static bool verbose = false;
static FILE *errorfile;
char *errorfilename;