aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 324527e..74ba7fa 100644
--- a/server.c
+++ b/server.c
@@ -361,7 +361,7 @@ void udp_port_cleanup_handler(void *arg)
/* Make the manager routine */
void *send_udp_packet_routine(void *arg) {
- printf("send udp packet routine\n");
+ // printf("send udp packet routine\n");
int *buf = arg;
// unpack args
int user_index = buf[0];