1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

"Its an error"

This commit is contained in:
Mark McDowall 2013-07-31 09:43:38 -07:00
parent 7a408f0ed8
commit 9d0501816c

View File

@ -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);
}
}
}