Log user requested interrupts.
This commit is contained in:
1
nread.c
1
nread.c
@@ -1042,6 +1042,7 @@ static int testAndInvokeInterrupt(pCommandCBData self, int handle)
|
|||||||
snprintf(buffer, 512, "INTERRUPT %d issued on sock %d",
|
snprintf(buffer, 512, "INTERRUPT %d issued on sock %d",
|
||||||
iInt, handle);
|
iInt, handle);
|
||||||
WriteToCommandLog("SYS>", buffer);
|
WriteToCommandLog("SYS>", buffer);
|
||||||
|
SICSLogWrite(buffer, eInternal);
|
||||||
if (iInt == eEndServer) {
|
if (iInt == eEndServer) {
|
||||||
TaskStop(pServ->pTasker);
|
TaskStop(pServ->pTasker);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user