remove eLogError and eLog in one place
This commit is contained in:
2
exebuf.c
2
exebuf.c
@ -230,7 +230,7 @@ int exeBufProcess(pExeBuf self, SicsInterp * pSics,
|
|||||||
Tcl Error
|
Tcl Error
|
||||||
*/
|
*/
|
||||||
if (strlen(pTcl->result) >= 2) {
|
if (strlen(pTcl->result) >= 2) {
|
||||||
SCPrintf(pCon, eLogError, "ERROR: Tcl reported: %s",
|
SCPrintf(pCon, eError, "ERROR: Tcl reported: %s",
|
||||||
pTcl->result);
|
pTcl->result);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
2
remob.c
2
remob.c
@ -169,7 +169,7 @@ static int RemHandle(RemServer * remserver)
|
|||||||
static void RemCopy(RemChannel * rc, SConnection * pCon)
|
static void RemCopy(RemChannel * rc, SConnection * pCon)
|
||||||
{
|
{
|
||||||
if (pCon != NULL && rc->line[0] != '\0') {
|
if (pCon != NULL && rc->line[0] != '\0') {
|
||||||
SCPrintf(pCon, eLog, " %s", rc->line);
|
SCPrintf(pCon, eWarning, " %s", rc->line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user