eliminated use of printErrno()

This commit is contained in:
Jeff Hill
1998-05-06 21:36:26 +00:00
parent 9806688d97
commit 5452422689

View File

@@ -624,9 +624,8 @@ int arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8; /* arguments */
semGive(pSP->logSemId);
if (status != count)
{
logMsg("Log file error, fd=%d, error no.=%d\n", fd, errnoGet(),
0,0,0,0);
printErrno(errnoGet());
logMsg("Log file error, fd=%d, error no.= %d = \"%s\"\n",
fd, errnoGet(), (int) strerror(errnoGet()),0,0,0);
return ERROR;
}