mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix log exit print
This commit is contained in:
parent
8f63f755da
commit
9f2cac4e41
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ void log_exit(void)
|
|||
{
|
||||
error_printf("Could not open log file %s (%s)", option.log_filename, strerror(errno));
|
||||
}
|
||||
else
|
||||
else if (option.log)
|
||||
{
|
||||
tio_printf("Saved log to file %s", option.log_filename);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue