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

@ -78,7 +78,7 @@ static int FrameSupInterest(int iEvent, void *pEvent, void *pUser)
iFrame = (int *) pEvent;
assert(pCon);
sprintf(pBueffel, "framenumber = %d", *iFrame);
SCWrite(pCon, pBueffel, eWarning);
SCWrite(pCon, pBueffel, eEvent);
return 1;
}