Commit 92e1887f8f71c55f581b052993d93ab30a64a18c

Con Kolivas 2014-01-23T23:36:50

Change new block detection message since longpoll is rarely relevant today.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index bfc1303..dd56527 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -4082,7 +4082,7 @@ static bool test_work_current(struct work *work)
 				       work->gbt ? "GBT " : "", work->pool->pool_no);
 			}
 		} else if (have_longpoll)
-			applog(LOG_NOTICE, "New block detected on network before longpoll");
+			applog(LOG_NOTICE, "New block detected on network before pool notification");
 		else
 			applog(LOG_NOTICE, "New block detected on network");
 		restart_threads();