diff --git a/macro.c b/macro.c index 6644ddbe..71257632 100644 --- a/macro.c +++ b/macro.c @@ -1010,7 +1010,7 @@ static int TclAction(SConnection * pCon, SicsInterp * pSics, void *pData, Tcl_UnsetVar(pTcl, SICSERROR, TCL_GLOBAL_ONLY); } if (strlen(pTcl->result) > 0) { - SCPrintf(pCon, eError, "ERROR: Tcl reported %s in %s", pTcl->result, + SCPrintf(pCon, eError, "ERROR: Tcl reported %s in %s", pTcl->result, pCommand); } if (pCommand != pBueffel)