*** empty log message ***

svn path=/trunk/boinc/; revision=10939
This commit is contained in:
Rom Walton 2006-08-17 21:24:18 +00:00
parent b5dee1ac90
commit 5d36a44f5d
1 changed files with 4 additions and 1 deletions

View File

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