diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 365d1780c..33c1125b7 100644 --- a/src/main.c +++ b/src/main.c @@ -277,7 +277,6 @@ static void openDB(Options * options, char *argv0) "\"--no-create-db\" command line option\n" "try running \"%s --create-db\"\n", argv0); } - flushWarningLog(); if (db_check() < 0) exit(EXIT_FAILURE); db_init(); |