From: Niels Provos Date: Mon, 2 Jun 2003 19:36:52 +0000 (+0000) Subject: bug fix from Pierre Phaneuf X-Git-Tag: release-1.1b~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6809f060b2ab9172e0a71cf17b7f4cbdae4be514;p=libevent bug fix from Pierre Phaneuf svn:r70 --- diff --git a/event.c b/event.c index 6aa43b96..0376ff58 100644 --- 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__));