projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rewrote threaded log code to be more idiomatic.
[invirt/third/libt4.git]
/
rpc
/
rpctest.cc
diff --git
a/rpc/rpctest.cc
b/rpc/rpctest.cc
index
f7df5fe
..
f2e8c7d
100644
(file)
--- a/
rpc/rpctest.cc
+++ b/
rpc/rpctest.cc
@@
-378,7
+378,7
@@
int main(int argc, char *argv[]) {
if (debug_level > 0) {
DEBUG_LEVEL = debug_level;
- IF_LEVEL(1) LOG_NONMEMBER("DEBUG LEVEL: " << debug_level);
+ IF_LEVEL(1) LOG_NONMEMBER << "DEBUG LEVEL: " << debug_level;
}
testmarshall();