Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / modules / listsub / serv_listsub.c
index 15cd194ebfef14002dbfb9aa817789690815bb02..3ad989ab579a4da38e1a20db5059614ca18525a2 100644 (file)
@@ -515,7 +515,7 @@ void do_confirm(char *room, char *token) {
         */
        if (success) {
                cprintf("%d %d operation(s) confirmed.\n", CIT_OK, success);
-               CtdlLogPrintf(CTDL_NOTICE, 
+               syslog(LOG_NOTICE, 
                        "Mailing list: %s %ssubscribed to %s with token %s\n", 
                        email, 
                        (!IsEmptyStr(address_to_unsubscribe)) ? "un" : "",