Rewrote threaded log code to be more idiomatic.
[invirt/third/libt4.git] / rpc / poll_mgr.cc
index 2598249..d29abd2 100644 (file)
@@ -196,7 +196,7 @@ void SelectAIO::wait_ready(vector<int> & readable, vector<int> & writable) {
         return;
     else if (ret < 0) {
         perror("select:");
         return;
     else if (ret < 0) {
         perror("select:");
-        IF_LEVEL(0) LOG("select_loop failure errno " << errno);
+        IF_LEVEL(0) LOG << "select_loop failure errno " << errno;
         VERIFY(0);
     }
 
         VERIFY(0);
     }