remove eLogError and eLog in one place

This commit is contained in:
zolliker
2009-03-27 15:16:16 +00:00
parent 08599649d4
commit 50b0a5c4a7
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ int exeBufProcess(pExeBuf self, SicsInterp * pSics,
Tcl Error
*/
if (strlen(pTcl->result) >= 2) {
SCPrintf(pCon, eLogError, "ERROR: Tcl reported: %s",
SCPrintf(pCon, eError, "ERROR: Tcl reported: %s",
pTcl->result);
}
} else {