nothing.
authorjihoonl <jihoonl>
Wed, 14 Apr 2010 16:00:48 +0000 (16:00 +0000)
committerjihoonl <jihoonl>
Wed, 14 Apr 2010 16:00:48 +0000 (16:00 +0000)
Robust/src/Runtime/DSTM/interface_recovery/trans.c

index 02fa055c0a6017ad017ba46efe9240a8a2499004..38954dab2500919a1625549310f40e0d48c6a458 100644 (file)
@@ -3081,7 +3081,7 @@ unsigned int getBackupMachine(unsigned int mid) {
 }
 
 int getStatus(int mid) {
-#ifndef DEBUG
+#ifdef DEBUG
   printf("%s -> mid = %d\n",__func__,mid);
   printf("%s -> host %s : %s\n",__func__,midtoIPString(hostIpAddrs[mid]),(liveHosts[mid] == 1)?"LIVE":"DEAD");
 #endif