Remove extra argument to log_message()

This commit is contained in:
Mukund Sivaraman 2010-01-17 14:27:19 +05:30
parent a34ce8f4f9
commit 26b4ab07a4

View File

@ -264,7 +264,7 @@ int setup_logging (void)
config.syslog = TRUE;
log_message (LOG_CRIT, "ERROR: Could not create log "
"file %s: %s.\n", PACKAGE,
"file %s: %s.\n",
config.logf_name, strerror (errno));
log_message (LOG_CRIT,
"Falling back to syslog logging\n");