mirror of https://github.com/BOINC/boinc.git
client: startup message tweak
This commit is contained in:
parent
f766d53444
commit
0dea85a4dc
|
@ -391,7 +391,7 @@ int CLIENT_STATE::init() {
|
||||||
msg_printf(NULL, MSG_INFO, "Libraries: %s", curl_version());
|
msg_printf(NULL, MSG_INFO, "Libraries: %s", curl_version());
|
||||||
|
|
||||||
if (executing_as_daemon) {
|
if (executing_as_daemon) {
|
||||||
msg_printf(NULL, MSG_INFO, "Running as a daemon");
|
msg_printf(NULL, MSG_INFO, "Running as a daemon (GPU computing disabled)");
|
||||||
}
|
}
|
||||||
|
|
||||||
relative_to_absolute("", buf);
|
relative_to_absolute("", buf);
|
||||||
|
|
Loading…
Reference in New Issue