1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-30 08:24:26 +00:00

Change the warning that comes with failure to init cl on a device to be more generic and accurate.

This commit is contained in:
Con Kolivas 2012-01-26 23:56:51 +11:00
parent fe88648e5d
commit 5869382d40

5
main.c
View File

@ -5622,9 +5622,8 @@ static bool opencl_thread_prepare(struct thr_info *thr)
if (!failmessage) {
char *buf;
applog(LOG_ERR, "Restarting the GPU from the menu is unlikely to fix this.");
applog(LOG_ERR, "Try stopping other applications using the GPU like afterburner.");
applog(LOG_ERR, "Then restart cgminer.");
applog(LOG_ERR, "Restarting the GPU from the menu will not fix this.");
applog(LOG_ERR, "Try restarting cgminer.");
failmessage = true;
buf = curses_input("Press enter to continue");
if (buf)