From: Wilfried Goesgens Date: Tue, 13 Jan 2015 22:57:57 +0000 (+0100) Subject: Silence! X-Git-Tag: v9.01~36 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=17facca88daba3788c5fcf6ffc8d57f3ed7a5905 Silence! --- diff --git a/citadel/modules/network/serv_netspool.c b/citadel/modules/network/serv_netspool.c index 8347fa150..0edb1f11e 100644 --- a/citadel/modules/network/serv_netspool.c +++ b/citadel/modules/network/serv_netspool.c @@ -182,6 +182,7 @@ void InspectQueuedRoom(SpoolControl **pSC, HashList *working_ignetcfg, HashList *the_netmap) { + struct CitContext *CCC = CC; SpoolControl *sc; int i = 0; @@ -204,7 +205,7 @@ void InspectQueuedRoom(SpoolControl **pSC, } if (sc->room.QRhighest <= sc->lastsent) { - syslog(LOG_DEBUG, "nothing to do for <%s>\n", room_to_spool->name); + QN_syslog(LOG_DEBUG, "nothing to do for <%s>\n", room_to_spool->name); free(sc); return; }