Update app id on edit (#670)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user