diff --git a/src/sbbs3/websrvr.c b/src/sbbs3/websrvr.c index c7d8f268bd233dea52d103846d230e067be6f99c..0c61c14f2d86e44f597a0297a859ae6c6a0b3869 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;