mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 06:23:31 -07:00
Better log message
This commit is contained in:
parent
aff90cb404
commit
2458c60748
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ namespace NzbDrone.Core.Music
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
_logger.Error(e, "Couldn't refresh info for {0}", album);
|
_logger.Error(e, "Couldn't refresh info for album {0}", album.Title);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue