Fixed typo in debug statement.
git-svn-id: svn://10.0.0.236/trunk@51550 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fe52fa5602
commit
d303858686
@ -542,7 +542,7 @@ UDP_Server(void *arg)
|
||||
memset(&netaddr, 0 , sizeof(netaddr));
|
||||
for (i = 0; i < (num_udp_clients * num_udp_datagrams_per_client); i++) {
|
||||
DPRINTF(("UDP_Server: calling PR_RecvFrom client - ip = 0x%lx, port = %d bytes = %d inbuf = 0x%lx, inbuf[0] = 0x%lx\n",
|
||||
netaddr.inet.ip, netaddr.inet.port, rv, in_buf->data,
|
||||
netaddr.inet.ip, netaddr.inet.port, bytes, in_buf->data,
|
||||
in_buf->data[0]));
|
||||
|
||||
rv = PR_RecvFrom(sockfd, in_buf->data, bytes, 0, &netaddr,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user