Silence logging in non-debug usecases. The raspii users gonna love this.
[citadel.git] / citadel / modules / network / serv_network.c
index d36660e4b03cbda332f703a3820567949c431812..ab9dbd66605381c563ee9bec21c32788d681a479 100644 (file)
@@ -319,8 +319,8 @@ void network_do_queue(void)
        if ( (time(NULL) - last_run) < CtdlGetConfigLong("c_net_freq") )
        {
                full_processing = 0;
-               syslog(LOG_DEBUG, "Network full processing in %ld seconds.",
-                      CtdlGetConfigLong("c_net_freq") - (time(NULL)- last_run)
+               MARK_syslog(LOG_DEBUG, "Network full processing in %ld seconds.",
+                           CtdlGetConfigLong("c_net_freq") - (time(NULL)- last_run)
                );
        }