mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Fix signal logging.
This commit is contained in:
parent
bcd41d0ab6
commit
8c6fa22730
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue