Switched to new SICS logging system

This commit is contained in:
2016-02-17 16:44:53 +01:00
parent 3ec4658208
commit 972e191795
17 changed files with 5 additions and 21 deletions

View File

@ -21,7 +21,6 @@
#include <sicsobj.h>
#include <sicshipadaba.h>
#include <asynnet.h>
#include <commandlog.h>
#include <stptok.h>
/*
* possible states
@ -66,7 +65,7 @@ static void doAlarm(pSICSOBJ self, char *lineBuffer)
{
setAlarm(self, lineBuffer);
WriteToCommandLog("CERCA>> ", lineBuffer);
Log(ERROR,"dev","CERCA:%s ", lineBuffer);
ServerWriteGlobal(lineBuffer, eError);
}