"Its an error"

pull/4/head
Mark McDowall 11 years ago
parent 7a408f0ed8
commit 9d0501816c

@ -163,7 +163,7 @@ namespace NzbDrone.Core.Notifications
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);
}
}
}

Loading…
Cancel
Save