improved message

This commit is contained in:
Jeff Hill
1998-04-15 21:52:33 +00:00
parent 64a267df1a
commit 31ecd3c0db

View File

@@ -143,8 +143,8 @@ int cac_select_io (struct timeval *ptimeout, int flags)
if (errnoCpy!=SOCK_EINTR) {
ca_printf (
"CAC: unexpected select fail: %s\n",
SOCKERRSTR);
"CAC: unexpected select fail: %d=%s\n",
errnoCpy, SOCKERRSTR);
}
}
}