From 404faefb57392edf2223b457a5bcfd57307ee99a Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 2 Aug 2014 16:47:38 +0000 Subject: [PATCH] Delete printfs. FossilOrigin-Name: 8819d88895e2c882c388b1544f01eb1d4660af7fef0e3a518f5f991fb4af1fa7 --- src/ac/socklist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ac/socklist.c b/src/ac/socklist.c index b1064ebf..95d81ad0 100644 --- a/src/ac/socklist.c +++ b/src/ac/socklist.c @@ -83,7 +83,7 @@ void socklist_destroy() static int find_reply_socket(struct sockaddr *sa,int bc) { - printf("Looking for best sock of: %s\n",sock_addr2str(sa)); + //printf("Looking for best sock of: %s\n",sock_addr2str(sa)); int bestsockfd = -1; int i; @@ -345,8 +345,8 @@ int socklist_add_broadcast(const char *addr, const char * port,int ac_proto) socklist[socklist_len].type=SOCKLIST_BCASTMCAST_SOCKET; socklist[socklist_len].family=sa->sa_family; socklist[socklist_len].ac_proto=ac_proto; - printf ("AC INIT PROTO : %d, i %i\n",ac_proto,socklist_len); - printf ("sock proto %d\n",socklist[socklist_len].ac_proto); +// printf ("AC INIT PROTO : %d, i %i\n",ac_proto,socklist_len); +// printf ("sock proto %d\n",socklist[socklist_len].ac_proto); socklist_len++; cw_log(LOG_INFO,"Bound to broadcast: %s:%s (%i,R:%i,I:%d)\n",addr,port,sockfd,rfd,socklist_len-1);