mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 05:41:55 +00:00
Give cgminer -T message only if curses is in use.
This commit is contained in:
parent
f8b66bde28
commit
233a812f00
@ -4825,7 +4825,8 @@ int main(int argc, char *argv[])
|
|||||||
break;
|
break;
|
||||||
case -1:
|
case -1:
|
||||||
applog(LOG_WARNING, "Error in configuration file, partially loaded.");
|
applog(LOG_WARNING, "Error in configuration file, partially loaded.");
|
||||||
applog(LOG_WARNING, "Start cgminer with -T to see what failed to load.");
|
if (use_curses)
|
||||||
|
applog(LOG_WARNING, "Start cgminer with -T to see what failed to load.");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user