Commit 69d8df643a87968494ea561227b7d774153b4efa

Con Kolivas 2011-07-06T08:59:51

More cleaning of output with detecting new block.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/main.c b/main.c
index e6d207f..4383c9a 100644
--- a/main.c
+++ b/main.c
@@ -1269,7 +1269,7 @@ static void *longpoll_thread(void *userdata)
 			json_decref(val);
 
 			if (!opt_quiet)
-				printf("LONGPOLL detected new block                                        \n");
+				printf("LONGPOLL detected new block                                                    \n");
 			applog(LOG_INFO, "LONGPOLL detected new block");
 			restart_threads();
 		} else {