mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-15 21:14:32 +01:00
Fixed: Gotify Log Statement
This commit is contained in:
parent
f53a13ab41
commit
91ed949a47
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ public void SendNotification(string title, string message, GotifySettings settin
|
|||
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 a new issue