remove eLogError and eLog in one place
This commit is contained in:
2
exebuf.c
2
exebuf.c
@ -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 {
|
||||
|
Reference in New Issue
Block a user