Update app id on edit (#670)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
12efe96297
commit
052297a1a5
8 changed files with 79 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue