More logging clean-ups. Static type-checking for RPC calls and
[invirt/third/libt4.git] / lock_smain.cc
index 90066e1..0a3c209 100644 (file)
@@ -13,7 +13,7 @@ int main(int argc, char *argv[]) {
     srandom((uint32_t)getpid());
 
     if(argc != 3){
-        cerr << "Usage: " << argv[0] << " [master:]port [me:]port" << endl;
+        LOG_NONMEMBER("Usage: " << argv[0] << " [master:]port [me:]port");
         exit(1);
     }