1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 13:04:29 +00:00

Add message about needing one server.

This commit is contained in:
Con Kolivas 2011-08-25 08:10:30 +10:00
parent f2f0ba8024
commit 81aedc972a

1
main.c
View File

@ -4628,6 +4628,7 @@ int main (int argc, char *argv[])
if (!total_pools) {
if (curses_active) {
applog(LOG_WARNING, "Need to specify at least one pool server.");
if (!input_pool(false))
quit(1, "Pool setup failed");
} else