diff --git a/NzbDrone.Core/Notifications/NotificationService.cs b/NzbDrone.Core/Notifications/NotificationService.cs index bf4a1891c..753788f07 100644 --- a/NzbDrone.Core/Notifications/NotificationService.cs +++ b/NzbDrone.Core/Notifications/NotificationService.cs @@ -163,7 +163,7 @@ public void Handle(EpisodeGrabbedEvent message) catch (Exception ex) { - _logger.WarnException("Unable to send OnGrab notification to: " + notification.Name, ex); + _logger.ErrorException("Unable to send OnGrab notification to: " + notification.Name, ex); } } }