- Introduced a new trace facility
- Fixed performance problems in many protocol drivers. SKIPPED: psi/julprot.c psi/phytron.c psi/pmacprot.c psi/polterwrite.c psi/spss7.c
This commit is contained in:
3
exebuf.c
3
exebuf.c
@ -20,6 +20,8 @@
|
||||
#include "status.h"
|
||||
#include "commandlog.h"
|
||||
|
||||
char *ConID(SConnection *pCon); /* in conman.c */
|
||||
|
||||
/*-----------------------------------------------------------------------*/
|
||||
pExeBuf exeBufCreate(char *name)
|
||||
{
|
||||
@ -262,6 +264,7 @@ int exeBufProcess(pExeBuf self, SicsInterp * pSics,
|
||||
}
|
||||
}
|
||||
|
||||
traceCommand(ConID(pCon),"batch:%s", cmd);
|
||||
status = Tcl_Eval(pTcl, cmd);
|
||||
if (status != TCL_OK) {
|
||||
if (pCon->sicsError == 0) {
|
||||
|
Reference in New Issue
Block a user