[MOD] Actually start noting down presence requests

This commit is contained in:
LDA 2024-09-18 15:39:52 +02:00
commit 7ee5c055f4
6 changed files with 81 additions and 1 deletions

View file

@ -22,6 +22,10 @@ SignalHandler(int signal)
HttpServerStop(server);
return;
}
if (signal == SIGPIPE)
{
Log(LOG_DEBUG, "Caught a SIGPIPE...");
}
}
bool