mirror of https://github.com/BOINC/boinc.git
Added a warning when the manager detects a second copy of itself
This commit is contained in:
parent
e0bc66d61c
commit
0a84cf3090
|
@ -411,6 +411,7 @@ bool CBOINCGUIApp::OnInit() {
|
|||
// Detect if BOINC Manager is already running, if so, bring it into the
|
||||
// foreground and then exit.
|
||||
if (DetectDuplicateInstance()) {
|
||||
printf( "Another instance of BOINC Manager already running.\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue