Change new block detection message since longpoll is rarely relevant today.
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();