Browse Source

Small cosmetic output alignment.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
7b370bb2e7
  1. 2
      cgminer.c

2
cgminer.c

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

Loading…
Cancel
Save