diff --git a/src/log.c b/src/log.c index 755a913c..b385092f 100644 --- a/src/log.c +++ b/src/log.c @@ -266,9 +266,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) {