use proper format

This commit is contained in:
Jeff Hill
2002-03-26 01:43:42 +00:00
parent 836fe5dbb0
commit bfa5031de6
+2 -2
View File
@@ -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){