]> code.citadel.org Git - citadel.git/commitdiff
ctdllog -> syslog...
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 10 May 2011 22:14:25 +0000 (22:14 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 10 May 2011 22:14:25 +0000 (22:14 +0000)
citadel/context.c

index a6eee738c4c9df74eedbeab834440994a2bc9ef9..8b0f567000c5a7572625943aa78444e5954368e2 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);
        }