mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Gotify Log Statement
This commit is contained in:
parent
f53a13ab41
commit
91ed949a47
@ -37,7 +37,7 @@ public void SendNotification(string title, string message, GotifySettings settin
|
|||||||
throw new GotifyException("Unauthorized - AuthToken is invalid");
|
throw new GotifyException("Unauthorized - AuthToken is invalid");
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new GotifyException("Unable to connect to Gotify. Status Code: {0}", ex);
|
throw new GotifyException("Unable to connect to Gotify. Status Code: {0}", ex.Response.StatusCode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user