Switched to new SICS logging system
This commit is contained in:
3
lmd200.c
3
lmd200.c
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user