diff --git a/driver-opencl.c b/driver-opencl.c index 0e5c6a1a..15a4a6b2 100644 --- a/driver-opencl.c +++ b/driver-opencl.c @@ -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); if (!failmessage) { 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; #ifdef HAVE_CURSES char *buf;