Bryan Drewery %!s(int64=21) %!d(string=hai) anos
pai
achega
8aff1b8bd0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/net.c

+ 1 - 0
src/net.c

@@ -968,6 +968,7 @@ int answer(int sock, char *caller, in_addr_t *ip, port_t *port, int binary)
     }
   /* Set up all the normal socket crap */
   setsock(new_sock, (binary ? SOCK_BINARY : 0));
+  sdprintf("Answered socket %d: %s", new_sock, caller);
   return new_sock;
 }