libev migration - copy valus we use for loop control before we hand it off into the...
[citadel.git] / citadel / event_client.c
index b45367d08f71ac784ad9960c2602a34f8fbbe916..c1788a8a6e0dc9f590862efc74b2aa2b90b9cd65 100644 (file)
@@ -340,6 +340,8 @@ void
 IO_postdns_callback(struct ev_loop *loop, ev_timer *watcher, int revents)
 {
        AsyncIO *IO = watcher->data;
+       CtdlLogPrintf(CTDL_DEBUG, "event: %s\n", __FUNCTION__);
+
        IO->PostDNS(IO);
 }