]> code.citadel.org Git - citadel.git/blobdiff - citadel/context.h
Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / context.h
index 3b05a2b0d8a7dd1659cdea2eeae93685f0208669..29ab30e3636afc668127a6eee0a3f77b256a63a2 100644 (file)
@@ -181,7 +181,7 @@ static INLINE void become_session(CitContext *which_con) {
 */
        citthread_setspecific(MyConKey, (void *)which_con );
 /*
-       CtdlLogPrintf(CTDL_DEBUG, "[%d]: Now doing %s\n", 
+       syslog(LOG_DEBUG, "[%d]: Now doing %s\n", 
                      (int) tid, 
                      ((which_con != NULL) && (which_con->ServiceName != NULL)) ? 
                      which_con->ServiceName:"");