projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Clean-ups to types.
[invirt/third/libt4.git]
/
rpc
/
pollmgr.cc
diff --git
a/rpc/pollmgr.cc
b/rpc/pollmgr.cc
index
4254b4f
..
a938284
100644
(file)
--- a/
rpc/pollmgr.cc
+++ b/
rpc/pollmgr.cc
@@
-225,7
+225,7
@@
SelectAIO::wait_ready(vector<int> *readable, vector<int> *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);
}
}