Log user requested interrupts.

This commit is contained in:
Ferdi Franceschini
2013-07-22 14:36:10 +10:00
parent 6672e17982
commit bc78e3447c

View File

@@ -1042,6 +1042,7 @@ static int testAndInvokeInterrupt(pCommandCBData self, int handle)
snprintf(buffer, 512, "INTERRUPT %d issued on sock %d",
iInt, handle);
WriteToCommandLog("SYS>", buffer);
SICSLogWrite(buffer, eInternal);
if (iInt == eEndServer) {
TaskStop(pServ->pTasker);
}