Commit 2aacd89aa8fa5ea72a114c252120c446ad08d1a6

Con Kolivas 2012-10-01T18:46:33

Minor message change.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index af8c63a..71021a4 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -4158,7 +4158,7 @@ static void *stratum_thread(void *userdata)
 			if (test_work_current(&work)) {
 				if (pool == current_pool()) {
 					restart_threads();
-					applog(LOG_NOTICE, "Stratum requested work restart for block change");
+					applog(LOG_NOTICE, "Stratum requested work restart");
 				}
 			} else
 				applog(LOG_NOTICE, "Stratum from pool %d detected new block", pool->pool_no);