Commit 2b702ce28d305f83479a5b22955b9518923e3447

Con Kolivas 2014-02-28T12:43:53

Refresh the log window on pool failure message at startup.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cgminer.c b/cgminer.c
index 304185c..b9b8591 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -8893,6 +8893,7 @@ int main(int argc, char *argv[])
 		if (!use_curses)
 			early_quit(0, "No servers could be used! Exiting.");
 #ifdef HAVE_CURSES
+		wrefresh(logwin);
 		halfdelay(10);
 		if (getch() != ERR)
 			early_quit(0, "No servers could be used! Exiting.");