Hunting a bug in scheduled threads that caused a segflt. Got it and
[citadel.git] / citadel / modules / network / serv_network.c
index 5d55b2336ff2d5d794a9c3f30192ec6d9027eab6..c685ec4d1aa69d192ebba481e6d3daad1afa4aeb 100644 (file)
@@ -2054,6 +2054,7 @@ void *network_do_queue(void *args) {
         */
        if ( (time(NULL) - last_run) < config.c_net_freq ) {
                full_processing = 0;
+               CtdlLogPrintf(CTDL_DEBUG, "Network full processing in %ld seconds.\n", config.c_net_freq - (time(NULL)- last_run));
        }
 
        /*