summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/log.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/log.c b/src/log.c
index 39a4bac..317f53c 100644
--- a/src/log.c
+++ b/src/log.c
@@ -292,9 +292,6 @@ void shutdown_logging (void)
close_log_file ();
} else if (config.syslog) {
closelog ();
- } else {
- fprintf (stderr, "error - shutdown_logging called while "
- " logging not configured yet\n");
}
logging_initialized = FALSE;