From bfa5031de6badbb1e31b7675e78976df47e9c943 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 26 Mar 2002 01:43:42 +0000 Subject: [PATCH] use proper format --- src/rsrv/camsgtask.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rsrv/camsgtask.c b/src/rsrv/camsgtask.c index 3e6692c33..413d7ba74 100644 --- a/src/rsrv/camsgtask.c +++ b/src/rsrv/camsgtask.c @@ -141,8 +141,8 @@ void camsgtask ( struct client *client ) */ status = socket_ioctl (client->sock, FIONREAD, &nchars); if (status < 0) { - errlogPrintf("CAS: io ctl err %d\n", - SOCKERRNO); + errlogPrintf("CAS: io ctl err - %s\n", + SOCKERRSTR(SOCKERRNO)); cas_send_msg(client, TRUE); } else if (nchars == 0){