mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Rename log-filename to log-file in config file
This commit is contained in:
parent
9ab846a30a
commit
1b99a103cb
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ static int data_handler(void *user, const char *section, const char *name,
|
|||
{
|
||||
option.timestamp = timestamp_option_parse(value);
|
||||
}
|
||||
else if (!strcmp(name, "log-filename"))
|
||||
else if (!strcmp(name, "log-file"))
|
||||
{
|
||||
asprintf(&c->log_filename, "%s", value);
|
||||
option.log_filename = c->log_filename;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue