From 0dea85a4dc300a8131f222a1ab300ff6b44b0b59 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 9 Mar 2015 13:51:35 -0700 Subject: [PATCH] client: startup message tweak --- client/client_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_state.cpp b/client/client_state.cpp index 40ab3fb319..bd49d1f92c 100644 --- a/client/client_state.cpp +++ b/client/client_state.cpp @@ -391,7 +391,7 @@ int CLIENT_STATE::init() { msg_printf(NULL, MSG_INFO, "Libraries: %s", curl_version()); 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);