diff options
Diffstat (limited to 'src/Log.cxx')
-rw-r--r-- | src/Log.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Log.cxx b/src/Log.cxx index 76b365778..8a50e1efb 100644 --- a/src/Log.cxx +++ b/src/Log.cxx @@ -261,8 +261,7 @@ log_init(bool verbose, bool use_stdout, GError **error_r) return true; #else g_set_error(error_r, log_quark(), 0, - "config parameter \"%s\" not found", - CONF_LOG_FILE); + "config parameter 'log_file' not found"); return false; #endif #ifdef HAVE_SYSLOG |