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) {