From fbebb36da6567ba9e236d3372ad8061f538494ad Mon Sep 17 00:00:00 2001 From: zolliker Date: Fri, 25 Mar 2011 14:25:02 +0000 Subject: [PATCH] - on sicscron stop a simpler error message is sufficient --- sicscron.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;