mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Fixed: Rework Multiple Logging Statements
This commit is contained in:
@@ -102,7 +102,7 @@ namespace NzbDrone.Core.NetImport
|
||||
{
|
||||
anyFailure = true;
|
||||
feedEx.Data.Add("FeedUrl", url);
|
||||
_logger.Error(feedEx, "An error occurred while processing feed. " + url);
|
||||
_logger.Error(feedEx, "An error occurred while processing list feed {0}", url);
|
||||
}
|
||||
|
||||
return new NetImportFetchResult {Movies = movies, AnyFailure = anyFailure};
|
||||
|
||||
Reference in New Issue
Block a user