Drop loglevel for a tevent message from FATAL to ERROR
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 7 Sep 2011 23:28:33 +0000 (09:28 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 7 Sep 2011 23:28:33 +0000 (09:28 +1000)
CQ S1028400

lib/tevent/tevent_util.c

index 28c9da346aab0420e2076db02e0fd56372ade40c..54c1787400f78c711e33555681d941b7911527a6 100644 (file)
@@ -107,7 +107,7 @@ void tevent_before_wait(struct event_context *ev) {
        if (!tevent_timeval_is_zero(&tevent_after_wait_ts)) {
                diff = tevent_timeval_until(&tevent_after_wait_ts, &now);
                if (diff.tv_sec > 3) {
-                       tevent_debug(ev, TEVENT_DEBUG_FATAL,  __location__ 
+                       tevent_debug(ev, TEVENT_DEBUG_ERROR,  __location__ 
                                     " Handling event took %d seconds!",
                                     (int) diff.tv_sec);
                }