libev migration - copy valus we use for loop control before we hand it off into the...
[citadel.git] / citadel / modules / c-ares-dns / serv_c-ares-dns.c
index de124f64b2191c4776785dcad3cfc42e2c447ee1..e7a0f57e28aa2e5958096fcdcfbef1370f74721d 100644 (file)
@@ -226,6 +226,7 @@ void QueryCb(void *arg,
                      IO_postdns_callback, 0.0, 0);
        IO->unwind_stack_timeout.data = IO;
        ev_timer_start(event_base, &IO->unwind_stack_timeout);
+       CtdlLogPrintf(CTDL_DEBUG, "C-ARES: %s\n", __FUNCTION__);
 }
 
 void QueryCbDone(AsyncIO *IO)