From: Art Cancro Date: Thu, 12 Apr 2012 23:25:33 +0000 (-0400) Subject: add logging to debug event loop issue X-Git-Tag: v8.11~103 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=26b124e2580e80b2624a293c4f171f7746861019 add logging to debug event loop issue --- diff --git a/citadel/event_client.c b/citadel/event_client.c index 87da6c216..2e19b17b4 100644 --- a/citadel/event_client.c +++ b/citadel/event_client.c @@ -135,7 +135,7 @@ void DB_PerformNext(struct ev_loop *loop, ev_idle *watcher, int revents) { AsyncIO *IO = watcher->data; - EV_syslog(LOG_DEBUG, "%s() - event type: %d", __FUNCTION__ , IO->NextDBOperation(IO) ); + EV_syslog(LOG_DEBUG, "%s()", __FUNCTION__); become_session(IO->CitContext); ev_idle_stop(event_db, &IO->db_unwind_stack);