diff --git a/sicscron.c b/sicscron.c index 5ba9ff12..62bc5af7 100644 --- a/sicscron.c +++ b/sicscron.c @@ -79,8 +79,8 @@ static int CronTask(void *pData) MacroPop(); if (iRet != TCL_OK) { if (strcmp(pTcl->result, "stop") == 0) { - snprintf(buffer,1024,"sicscron script '%s' stopped with %s", - self->pCommand, pTcl->result); + snprintf(buffer,1024,"sicscron script '%s' stopped", + self->pCommand); SCPrintf(self->pCon, eLogError, buffer); WriteToCommandLog("SICSCRON:", buffer); self->iEnd = 0;