Commit 81aedc972a675eabd4b59cecc2367e77f98a0345

Con Kolivas 2011-08-25T08:10:30

Add message about needing one server.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/main.c b/main.c
index 50790f3..91aff16 100644
--- a/main.c
+++ b/main.c
@@ -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