More logging clean-ups. Static type-checking for RPC calls and
[invirt/third/libt4.git] / paxos.cc
index 8b00ad8..ab60302 100644 (file)
--- a/paxos.cc
+++ b/paxos.cc
@@ -240,10 +240,10 @@ void proposer_acceptor::breakpoint2() {
 
 void proposer_acceptor::breakpoint(int b) {
     if (b == 3) {
-        LOG("Proposer: breakpoint 1");
+        LOG("breakpoint 1");
         break1 = true;
     } else if (b == 4) {
-        LOG("Proposer: breakpoint 2");
+        LOG("breakpoint 2");
         break2 = true;
     }
 }