mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
misc: suggest checking configuration in log message.
This commit is contained in:
parent
98cd96f27a
commit
e0736b1d5b
@ -1260,7 +1260,7 @@ static bool opencl_thread_prepare(struct thr_info *thr)
|
|||||||
applog(LOG_ERR, "Failed to init GPU thread %d, disabling device %d", i, gpu);
|
applog(LOG_ERR, "Failed to init GPU thread %d, disabling device %d", i, gpu);
|
||||||
if (!failmessage) {
|
if (!failmessage) {
|
||||||
applog(LOG_ERR, "Restarting the GPU from the menu will not fix this.");
|
applog(LOG_ERR, "Restarting the GPU from the menu will not fix this.");
|
||||||
applog(LOG_ERR, "Try restarting sgminer.");
|
applog(LOG_ERR, "Re-check your configuration and try restarting.");
|
||||||
failmessage = true;
|
failmessage = true;
|
||||||
#ifdef HAVE_CURSES
|
#ifdef HAVE_CURSES
|
||||||
char *buf;
|
char *buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user