X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fmtio-epoll.c;h=85ee4a182f225a6db74d1e615fe2aa61d5204e5f;hb=0d7d8025971161a23aaf6da5238a194d4dcc3d3c;hp=511af811cf75aa580aa5125f63aed0ced43cb9c9;hpb=4f6d772ea9a5270b846ad9704d00f54581c93c0e;p=ashd.git 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);