diff options
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -258,10 +258,10 @@ int setup_logging (void) config.syslog = TRUE; log_message (LOG_CRIT, "ERROR: Could not create log " - "file %s: %s.\n", + "file %s: %s.", config.logf_name, strerror (errno)); log_message (LOG_CRIT, - "Falling back to syslog logging\n"); + "Falling back to syslog logging."); } } |