From 5869382d40c5dfd0b5b784afe9395dc5b1b6b66a Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 26 Jan 2012 23:56:51 +1100 Subject: [PATCH] Change the warning that comes with failure to init cl on a device to be more generic and accurate. --- main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index bd57407f..de544cdb 100644 --- a/main.c +++ b/main.c @@ -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)