From e0736b1d5bfdd0c3ad847687be4c3035a398203b Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Mon, 17 Mar 2014 21:23:07 +0200 Subject: [PATCH] misc: suggest checking configuration in log message. --- driver-opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;