Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / modules / imap / imap_list.c
index 015ee1cd3d9e21e4b19e0b2be8970b96c5898d5a..465c6ea4002a75f3121ce5c0c9c90d78ed1285f7 100644 (file)
@@ -377,7 +377,7 @@ void imap_list(int num_parms, ConstStr *Params)
                                          &Params[i], 
                                          1);
 
-                       CtdlLogPrintf(9, "evaluating <%s>\n", Params[i].Key);
+                       syslog(LOG_DEBUG, "evaluating <%s>\n", Params[i].Key);
 
                        if (!strcasecmp(Params[i].Key, "SUBSCRIBED")) {
                                ImapFilter.return_subscribed = 1;