fixed warning

This commit is contained in:
Jeff Hill
2001-10-22 16:51:17 +00:00
parent da917cce37
commit 4675ba5077

View File

@@ -342,8 +342,8 @@ LOCAL void log_one_client (struct client *client, unsigned level)
ellCount(&client->addrq),
client->priority );
if (level>=1) {
printf ("\tTask Id=%p, Protocol=%3s, Socket FD=%d\n", client->tid,
(void *) pproto, client->sock);
printf ("\tTask Id=%p, Protocol=%3s, Socket FD=%d\n", (void *) client->tid,
pproto, client->sock);
printf(
"\tSecs since last send %6.2f, Secs since last receive %6.2f\n",
send_delay, recv_delay);