Browse Source

Make debug mode imply verbose mode.

Con Kolivas 14 years ago
parent
commit
0ebdc39a19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.c

+ 1 - 0
main.c

@@ -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);