mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Revert "Enable log feature when using --log-filename"
This reverts commit c3116b2b56.
On second thought, this is less appropriate when using the configuration
file. We may want to define the log filename in config file but not
necessarily enable log feature.
This commit is contained in:
parent
0407436624
commit
a9b7284ba2
1 changed files with 0 additions and 1 deletions
|
|
@ -371,7 +371,6 @@ void options_parse(int argc, char *argv[])
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case OPT_LOG_FILE:
|
case OPT_LOG_FILE:
|
||||||
option.log = true;
|
|
||||||
option.log_filename = optarg;
|
option.log_filename = optarg;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue