- on sicscron stop a simpler error message is sufficient
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user