X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/5d99dbf06a14904944f5593c63705934bdfdcfb7..ba03b19875aa2e3586e49b10904563cdd3b91de0:/rpc/pollmgr.cc diff --git a/rpc/pollmgr.cc b/rpc/pollmgr.cc index 4254b4f..a938284 100644 --- a/rpc/pollmgr.cc +++ b/rpc/pollmgr.cc @@ -225,7 +225,7 @@ SelectAIO::wait_ready(vector *readable, vector *writable) return; } else { perror("select:"); - IF_LEVEL(0) LOG("PollMgr::select_loop failure errno " << errno); + IF_LEVEL(0) LOG("select_loop failure errno " << errno); VERIFY(0); } }