]> Nishi Git Mirror - mandshurica.git/commitdiff
ready message
authornishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 13 Apr 2024 09:23:30 +0000 (09:23 +0000)
committernishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 13 Apr 2024 09:23:30 +0000 (09:23 +0000)
git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@19 f982e544-4a7d-3444-ad1a-fde59a2a69f1

Module/http.c

index 60203c526418a5462727f51488f69375ddb1d843..595690d4defb86bb9eb649d57beddd666f46b9d0 100644 (file)
@@ -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);