update device name instead of record
[mTask.git] / client / interface_linux.c
index e6e2df0..acfd0b8 100644 (file)
@@ -153,6 +153,7 @@ void setup(void)
        fflush(stdout);
        if((fd = accept(sock_fd, (struct sockaddr*)NULL, NULL)) == -1)
                pdie("accept");
+       printf("Accepted incoming connection\n");
 }
 
 void debug(char *fmt, ...)