mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ArchiveTools] Don't log archive open errors for getting archive type
This commit is contained in:
@@ -460,9 +460,9 @@ namespace SabreTools.Helper
|
||||
reader = ReaderFactory.Open(File.OpenRead(input));
|
||||
outtype = reader.ArchiveType;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
logger.Error(ex.ToString());
|
||||
// Don't log archive open errors
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user