]> granicus.if.org Git - libevent/commitdiff
bug fix from Pierre Phaneuf
authorNiels Provos <provos@gmail.com>
Mon, 2 Jun 2003 19:36:52 +0000 (19:36 +0000)
committerNiels Provos <provos@gmail.com>
Mon, 2 Jun 2003 19:36:52 +0000 (19:36 +0000)
svn:r70

event.c

diff --git a/event.c b/event.c
index 6aa43b960fc5969167b291480f5832bdd65a79fe..0376ff58ee65be1b46bccd7c134ebbcfe55f8f69 100644 (file)
--- a/event.c
+++ b/event.c
@@ -214,7 +214,7 @@ event_loop(int flags)
                gettimeofday(&tv, NULL);
                if (timercmp(&tv, &event_tv, <)) {
                        struct timeval off;
-                       LOG_DBG((LOG_MIST, 10,
+                       LOG_DBG((LOG_MISC, 10,
                                    "%s: time is running backwards, corrected",
                                    __func__));