aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/mutatorclient.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--daemon/mutatorclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/mutatorclient.c b/daemon/mutatorclient.c
index 2b61d96..1cbfd0a 100644
--- a/daemon/mutatorclient.c
+++ b/daemon/mutatorclient.c
@@ -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)