From 08aaf57ff094632354cc54fcea90bd14a4edb76f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Nov 2008 18:37:40 +0100 Subject: log: removed warning buffer The warning buffer is a complex piece of code for no good reason. Remove it and find a better solution, e.g. open the log file earlier. --- src/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.c') 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(); -- cgit v1.2.3