Browse Source

Give cgminer -T message only if curses is in use.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
233a812f00
  1. 1
      cgminer.c

1
cgminer.c

@ -4825,6 +4825,7 @@ int main(int argc, char *argv[]) @@ -4825,6 +4825,7 @@ int main(int argc, char *argv[])
break;
case -1:
applog(LOG_WARNING, "Error in configuration file, partially loaded.");
if (use_curses)
applog(LOG_WARNING, "Start cgminer with -T to see what failed to load.");
break;
default:

Loading…
Cancel
Save