mirror of https://github.com/BOINC/boinc.git
client: message tweak
This commit is contained in:
parent
19b8fda196
commit
3d910a0190
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue