client: message tweak

This commit is contained in:
David Anderson 2013-11-13 21:24:16 -08:00
parent 19b8fda196
commit 3d910a0190
1 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ bool check_coprocs_usable() {
} }
} }
msg_printf(NULL, MSG_INFO, msg_printf(NULL, MSG_INFO,
"GPUs have become unusable; disabling tasks" "Remote desktop in use; disabling GPU tasks"
); );
return true; return true;
} }
@ -283,7 +283,7 @@ bool check_coprocs_usable() {
} }
} }
msg_printf(NULL, MSG_INFO, msg_printf(NULL, MSG_INFO,
"GPUs have become usable; enabling tasks" "Remote desktop not in use; enabling GPU tasks"
); );
return true; return true;
} }