- on sicscron stop a simpler error message is sufficient

This commit is contained in:
zolliker
2011-03-25 14:25:02 +00:00
parent 3421c707f7
commit fbebb36da6

View File

@ -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;