API: tweak "waiting for lock" message that users see

This commit is contained in:
David Anderson 2015-06-24 12:25:33 -07:00
parent 7b35a2dd8a
commit 8b540139e0
1 changed files with 3 additions and 1 deletions

View File

@ -612,7 +612,9 @@ int boinc_init_options_general(BOINC_OPTIONS& opt) {
// If we exit(0), the client will keep restarting us.
// Instead, tell the client not to restart us for 10 min.
//
boinc_temporary_exit(600, "Waiting to acquire lock");
boinc_temporary_exit(600,
"Waiting to acquire slot directory lock. Another instance may be running."
);
}
}