Log suppressed errors to log file.
This commit is contained in:
parent
7a68ec6191
commit
b966be3021
|
@ -149,6 +149,7 @@ int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
if (opts.ignore_archive_errors && e.code == 1)
|
if (opts.ignore_archive_errors && e.code == 1)
|
||||||
{ // File is probably not an EPUB.
|
{ // File is probably not an EPUB.
|
||||||
|
LOG(lg, log::sev::info) << e.what();
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user