Update app id on edit (#670)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Brad Richardson
2023-01-02 21:02:10 -05:00
committed by GitHub
parent 12efe96297
commit 052297a1a5
8 changed files with 79 additions and 24 deletions

View File

@@ -776,7 +776,7 @@ void controlBroadcastThread(control_server_t *server) {
})
}
if(proc::proc.running() == -1) {
if(proc::proc.running() == 0) {
BOOST_LOG(debug) << "Process terminated"sv;
break;