Some more fine tuning of log output
Corrected a misleading warning in motorsec.c Fixed a core dump caused by copyNode in sicsdata.c. Was caused by a bad call to getPointer.
This commit is contained in:
4
conman.c
4
conman.c
@ -307,7 +307,7 @@ SConnection *SCCreateDummyConnection(SicsInterp * pSics)
|
||||
pRes->iUserRights = usInternal;
|
||||
pRes->iGrab = 0;
|
||||
|
||||
Log(INFO,"SYS","%s","Accepted dummy connection ");
|
||||
/* Log(INFO,"SYS","%s","Accepted dummy connection "); */
|
||||
|
||||
return pRes;
|
||||
}
|
||||
@ -837,7 +837,7 @@ static void testAndWriteLog(SConnection * self, char *buffer, int iOut)
|
||||
}else if(strstr(buffer,"WARNING") != NULL) {
|
||||
Log(WARN,"notify",buffer);
|
||||
} else {
|
||||
Log(INFO,"notify",buffer);
|
||||
Log(DEBUG,"notify",buffer);
|
||||
}
|
||||
break;
|
||||
case eHdbEvent:
|
||||
|
Reference in New Issue
Block a user