mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
Fixed: Gotify Log Statement
This commit is contained in:
@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Notifications.Gotify
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user