Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / context.h
index cb7d92f0293f3b451ad85b0930429a6b1dbf92de..679f90e99b88cb9d5244f0796a1f0b3496999190 100644 (file)
@@ -186,7 +186,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:"");