campaignd: Log message on shut down request via FIFO

This commit is contained in:
Ignacio R. Morelle 2015-04-23 21:53:21 -03:00
parent 20e55fb67c
commit 6986e825e2

View file

@ -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;
}
}