mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Improve logging when processing files for import
(cherry picked from commit ae306274be84be4c98aa38708596e79b08b54866) Closes #3089
This commit is contained in:
parent
e3bc824dc1
commit
4ce8d38809
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ namespace NzbDrone.Core.MediaFiles.TrackImport.Aggregation
|
|||
{
|
||||
var message = $"Unable to augment information for file: '{localTrack.Path}'. Artist: {localTrack.Artist} Error: {ex.Message}";
|
||||
|
||||
_logger.Warn(ex, ex.Message);
|
||||
_logger.Warn(ex, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue