campaignd: Log message on shut down request via FIFO
This commit is contained in:
parent
20e55fb67c
commit
6986e825e2
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ void server::run()
|
|||
control_line ctl = admin_cmd;
|
||||
|
||||
if(ctl == "shut_down") {
|
||||
LOG_CS << "Shut down requested by admin, shutting down...\n";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue