bug fix from Pierre Phaneuf

svn:r70
This commit is contained in:
Niels Provos 2003-06-02 19:36:52 +00:00
parent b6b1e4ebe9
commit 6809f060b2

View File

@ -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__));