Fix signal logging.

This commit is contained in:
Jonathan Naylor 2024-08-31 20:10:13 +01:00
parent bcd41d0ab6
commit 8c6fa22730
2 changed files with 3 additions and 1 deletions

View file

@ -122,6 +122,8 @@ int main(int argc, char** argv)
delete gateway;
switch (m_signal) {
case 0:
break;
case 2:
::LogInfo("DAPNETGateway-%s exited on receipt of SIGINT", VERSION);
break;