From 8da51573cc968d277076061fa70e8854b81f96e5 Mon Sep 17 00:00:00 2001 From: Janosch Hoffmann Date: Mon, 6 May 2019 22:02:48 +0200 Subject: [PATCH] log.c: Remove obsolete comment The comment for setup_logging was obsolete. The function log_message() is called, fprintf() isn't. This isn't a problem because of the send_stored_logs() function. --- src/log.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/log.c b/src/log.c index f85d29d..93f6608 100644 --- a/src/log.c +++ b/src/log.c @@ -258,9 +258,6 @@ static void send_stored_logs (void) /** * Initialize the logging subsystem, based on the configuration. * Returns 0 upon success, -1 upon failure. - * - * This function uses fprintf() instead of log_message(), since - * the logging is not yet set up... */ int setup_logging (void) {