mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-22 06:41:50 +01:00
"Its an error"
This commit is contained in:
parent
7a408f0ed8
commit
9d0501816c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue