]> code.citadel.org Git - citadel.git/blobdiff - webcit/tcp_sockets.c
Fixed bugs related to last three commits
[citadel.git] / webcit / tcp_sockets.c
index 628a004d2ce6715ae80adf8f34994332b64abb58..767c20a4ced602ba1473527704416423519dd85f 100644 (file)
@@ -738,7 +738,7 @@ long end_burst(void)
                if (CompressBuffer(WCC->WBuf) > 0)
                        hprintf("Content-encoding: gzip\r\n");
                else {
-                       syslog(CTDL_ALERT, "Compression failed: %d [%s] sending uncompressed\n", errno, strerror(errno));
+                       syslog(LOG_ALERT, "Compression failed: %d [%s] sending uncompressed\n", errno, strerror(errno));
                        wc_backtrace();
                }
        }