X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=lib%2Fmtio-epoll.c;h=85ee4a182f225a6db74d1e615fe2aa61d5204e5f;hp=511af811cf75aa580aa5125f63aed0ced43cb9c9;hb=f43deccec69e0d2c82a07fa15672c767e8d53830;hpb=2a249e824b6c9e2342c80dc0d84d8a15119e5023 diff --git a/lib/mtio-epoll.c b/lib/mtio-epoll.c index 511af81..85ee4a1 100644 --- a/lib/mtio-epoll.c +++ b/lib/mtio-epoll.c @@ -188,7 +188,7 @@ void ioloop(void) nev = epoll_wait(epfd, evr, sizeof(evr) / sizeof(*evr), toval); if(nev < 0) { if(errno != EINTR) { - flog(LOG_CRIT, "ioloop: select errored out: %s", strerror(errno)); + flog(LOG_CRIT, "ioloop: epoll_wait errored out: %s", strerror(errno)); /* To avoid CPU hogging in case it's bad, which it * probably is. */ sleep(1);