Skip to content
Snippets Groups Projects
Commit 90395ade authored by deuce's avatar deuce
Browse files

Use LOG_INFO, not LOG_DEBUG for log thread startup notice.

parent 231ad3ed
Branches
Tags
No related merge requests found
...@@ -2641,7 +2641,7 @@ void http_logging_thread(void* arg) ...@@ -2641,7 +2641,7 @@ void http_logging_thread(void* arg)
thread_up(TRUE /* setuid */); thread_up(TRUE /* setuid */);
lprintf(LOG_DEBUG,"http logging thread started"); lprintf(LOG_INFO,"http logging thread started");
for(;!terminate_server;) { for(;!terminate_server;) {
struct log_data *ld; struct log_data *ld;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment