mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10939
This commit is contained in:
parent
b5dee1ac90
commit
5d36a44f5d
|
@ -187,7 +187,10 @@ int CLIENT_STATE::init() {
|
|||
#ifdef __APPLE__
|
||||
if (executing_as_daemon) {
|
||||
msg_printf(NULL, MSG_INFO,
|
||||
"BOINC is running as a daemon. No application graphics will be available."
|
||||
"BOINC is running as a daemon."
|
||||
);
|
||||
msg_printf(NULL, MSG_INFO,
|
||||
"No application graphics will be available."
|
||||
);
|
||||
disable_graphics = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue