Fixed: Webhook notification error messages

(cherry picked from commit e9bbb0b9baf4decbeb65088463ce044586b9c3a5)

Closes #3740
pull/3747/head
bakerboy448 12 months ago committed by Bogdan
parent 2638c857b5
commit a8db5b240d

@ -221,7 +221,7 @@ namespace NzbDrone.Core.Notifications
} }
catch (Exception ex) catch (Exception ex)
{ {
_logger.Warn(ex, "Unable to send OnDelete notification to: " + notification.Definition.Name); _logger.Warn(ex, "Unable to send OnAlbumDelete notification to: " + notification.Definition.Name);
} }
} }
} }
@ -243,7 +243,7 @@ namespace NzbDrone.Core.Notifications
} }
catch (Exception ex) catch (Exception ex)
{ {
_logger.Warn(ex, "Unable to send OnDelete notification to: " + notification.Definition.Name); _logger.Warn(ex, "Unable to send OnArtistDelete notification to: " + notification.Definition.Name);
} }
} }
} }

Loading…
Cancel
Save