Fix log exit print

This commit is contained in:
Martin Lund 2022-02-19 10:00:21 +01:00
parent 8f63f755da
commit 9f2cac4e41

View file

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