Added a warning when the manager detects a second copy of itself

This commit is contained in:
Lockywolf 2020-03-29 15:13:37 +08:00
parent e0bc66d61c
commit 0a84cf3090
1 changed files with 1 additions and 0 deletions

View File

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