Silence!
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 13 Jan 2015 22:57:57 +0000 (23:57 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 13 Jan 2015 22:57:57 +0000 (23:57 +0100)
citadel/modules/network/serv_netspool.c

index 8347fa150f970597a3af4678a749b9382fd8a79e..0edb1f11efa0e240bcf7c7c3d79ead11d21b3934 100644 (file)
@@ -182,6 +182,7 @@ void InspectQueuedRoom(SpoolControl **pSC,
                       HashList *working_ignetcfg,
                       HashList *the_netmap)
 {
                       HashList *working_ignetcfg,
                       HashList *the_netmap)
 {
+       struct CitContext *CCC = CC;
        SpoolControl *sc;
        int i = 0;
 
        SpoolControl *sc;
        int i = 0;
 
@@ -204,7 +205,7 @@ void InspectQueuedRoom(SpoolControl **pSC,
        }
        if (sc->room.QRhighest <= sc->lastsent)
        {
        }
        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;
        }
                free(sc);
                return;
        }