diff --git a/client/cpu_sched.cpp b/client/cpu_sched.cpp index 9da464e2d8..fc70d21ca3 100644 --- a/client/cpu_sched.cpp +++ b/client/cpu_sched.cpp @@ -269,7 +269,7 @@ bool check_coprocs_usable() { } } msg_printf(NULL, MSG_INFO, - "GPUs have become unusable; disabling tasks" + "Remote desktop in use; disabling GPU tasks" ); return true; } @@ -283,7 +283,7 @@ bool check_coprocs_usable() { } } msg_printf(NULL, MSG_INFO, - "GPUs have become usable; enabling tasks" + "Remote desktop not in use; enabling GPU tasks" ); return true; }