ctdllog -> syslog...
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 10 May 2011 22:14:25 +0000 (22:14 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:15:42 +0000 (20:15 +0000)
citadel/context.c

index fa2946cafcc43ec0f7596a646664aa18bce90d0d..6ef2473b8a861d3693fc57af9a1c59867ccd9952 100644 (file)
@@ -363,7 +363,7 @@ void RemoveContext (CitContext *con)
         */
        if (con->client_socket != 0)
        {
-               CtdlLogPrintf(CTDL_DEBUG, "Closing socket %d\n", con->client_socket);
+               yslog(LOG_NOTICE, "Closing socket %d\n", con->client_socket);
                close(con->client_socket);
        }