Delete printfs.

FossilOrigin-Name: 8819d88895e2c882c388b1544f01eb1d4660af7fef0e3a518f5f991fb4af1fa7
This commit is contained in:
7u83@mail.ru 2014-08-02 16:47:38 +00:00
parent 3c91f9c5af
commit 404faefb57
1 changed files with 3 additions and 3 deletions

View File

@ -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);