1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00

Make debug mode imply verbose mode.

This commit is contained in:
Con Kolivas 2011-07-05 23:07:18 +10:00
parent 413e6b8645
commit 0ebdc39a19

1
main.c
View File

@ -1353,6 +1353,7 @@ static void parse_arg (int key, char *arg)
break;
case 'D':
opt_debug = true;
opt_log_output = true;
break;
case 'I':
v = atoi(arg);