Browse Source

TUI: Use _wlogprint for pool proto to avoid compiler warning

Luke Dashjr 11 years ago
parent
commit
8ebff98cab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -6903,7 +6903,7 @@ updated:
 					wlogprint("Rejectin ");
 					break;
 			}
-			wlogprint(pool_proto_str(pool));
+			_wlogprint(pool_proto_str(pool));
 			wlogprint(" Quota %d Pool %d: %s  User:%s\n",
 				pool->quota,
 				pool->pool_no,