Browse Source

More cleaning of output with detecting new block.

Con Kolivas 14 years ago
parent
commit
69d8df643a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -1269,7 +1269,7 @@ static void *longpoll_thread(void *userdata)
 			json_decref(val);
 			json_decref(val);
 
 
 			if (!opt_quiet)
 			if (!opt_quiet)
-				printf("LONGPOLL detected new block                                        \n");
+				printf("LONGPOLL detected new block                                                    \n");
 			applog(LOG_INFO, "LONGPOLL detected new block");
 			applog(LOG_INFO, "LONGPOLL detected new block");
 			restart_threads();
 			restart_threads();
 		} else {
 		} else {