- Fixed supressed error messages
This commit is contained in:
6
exebuf.c
6
exebuf.c
@ -237,9 +237,9 @@ int exeBufProcess(pExeBuf self, SicsInterp * pSics,
|
|||||||
SCWrite(pCon, GetCharArray(command), eError);
|
SCWrite(pCon, GetCharArray(command), eError);
|
||||||
SCWrite(pCon, "ERROR: end of Tcl error block", eLogError);
|
SCWrite(pCon, "ERROR: end of Tcl error block", eLogError);
|
||||||
} else {
|
} else {
|
||||||
/*
|
if(strstr(pTcl->result, "ERROR") != NULL){
|
||||||
SICS error: has already been reported
|
SCPrintf(pCon,eError,"%s occurred in %s", pTcl->result, cmd );
|
||||||
*/
|
}
|
||||||
pCon->sicsError = 0;
|
pCon->sicsError = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user