From 90395ade9fe62b53f804da6e1aa2313256b3dccc Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 24 Sep 2004 20:04:30 +0000 Subject: [PATCH] Use LOG_INFO, not LOG_DEBUG for log thread startup notice. --- src/sbbs3/websrvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/websrvr.c b/src/sbbs3/websrvr.c index c7d8f268bd..0c61c14f2d 100644 --- a/src/sbbs3/websrvr.c +++ b/src/sbbs3/websrvr.c @@ -2641,7 +2641,7 @@ void http_logging_thread(void* arg) thread_up(TRUE /* setuid */); - lprintf(LOG_DEBUG,"http logging thread started"); + lprintf(LOG_INFO,"http logging thread started"); for(;!terminate_server;) { struct log_data *ld; -- GitLab