From: nishi Date: Sat, 13 Apr 2024 09:23:30 +0000 (+0000) Subject: ready message X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=736dd25c1ed6283413bc76d6ffe5e0d4061fbacc;p=mandshurica.git ready message git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@19 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- 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);