aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/mutatorclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/mutatorclient.c')
-rw-r--r--daemon/mutatorclient.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/daemon/mutatorclient.c b/daemon/mutatorclient.c
index 2b61d96..0addc76 100644
--- a/daemon/mutatorclient.c
+++ b/daemon/mutatorclient.c
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
/**********************************************************************************************************************/
/*macros*/
#define __DBG
-#if 1
+#if 0
#undef __DBG
#endif
/**********************************************************************************************************************/
@@ -97,14 +97,14 @@ int main(int argc, char *argv[])
fflush(stdin);
#if defined(__DBG)
- puts("checkpoint 1");
+ puts("checkpoint 11");
#endif
/*recieve a reply from the server*/
recvlength = recv(sock, server_reply, 2000, 0);
#if defined(__DBG)
- puts("checkpoint 2");
+ puts("checkpoint 12");
#endif
if (recvlength < 0)