Browse Source

Small cosmetic output alignment.

Con Kolivas 14 years ago
parent
commit
7b370bb2e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
cgminer.c

@@ -1685,7 +1685,7 @@ static bool submit_upstream_work(const struct work *work)
 			char reason[32];
 			char reason[32];
 
 
 			if (total_pools > 1)
 			if (total_pools > 1)
-				sprintf(where, " pool %d", work->pool->pool_no);
+				sprintf(where, "pool %d", work->pool->pool_no);
 			else
 			else
 				strcpy(where, "");
 				strcpy(where, "");