From 736dd25c1ed6283413bc76d6ffe5e0d4061fbacc Mon Sep 17 00:00:00 2001 From: nishi Date: Sat, 13 Apr 2024 09:23:30 +0000 Subject: [PATCH] ready message git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@19 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- Module/http.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Module/http.c b/Module/http.c index 60203c5..595690d 100644 --- a/Module/http.c +++ b/Module/http.c @@ -115,6 +115,8 @@ void* mod_server_thread(void* ptr) { } signal(SIGCHLD, SIG_IGN); + sconfig->devforge_log(DF_INFO, "HTTP server ready"); + while(1){ struct sockaddr_storage claddr; int clen = sizeof(claddr); -- 2.43.0