mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Updated NLog to v4.2.3.
This commit is contained in:
@@ -151,11 +151,11 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
|
||||
}
|
||||
catch (DllNotFoundException ex)
|
||||
{
|
||||
_logger.ErrorException("mediainfo is required but was not found", ex);
|
||||
_logger.Error(ex, "mediainfo is required but was not found");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.ErrorException("Unable to parse media info from file: " + filename, ex);
|
||||
_logger.Error(ex, "Unable to parse media info from file: " + filename);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user