Commit 274022f2607a8fdbf52b68c38a8d2a71430bd54b

Con Kolivas 2011-07-16T02:07:52

Message too verbose. Simplify it.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/main.c b/main.c
index 97bb5a9..bf073d9 100644
--- a/main.c
+++ b/main.c
@@ -1275,9 +1275,7 @@ retry:
 			timeval_subtract(&diff, &tv_now, &tv_localgen);
 			if (diff.tv_sec > 600) {
 				/* A new block appears on average every 10 mins */
-				applog(LOG_WARNING, "Server not responding for more than 10 minutes.");
-				applog(LOG_WARNING, "Further local work generation will only generate rejects.");
-				applog(LOG_WARNING, "Going idle till network conditions recover.");
+				applog(LOG_WARNING, "Prolonged outage. Going idle till network recovers.");
 				/* Force every thread to wait for new work */
 				inc_staged(mining_threads, true);
 				goto retry;