1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Fixed: Gotify Log Statement

This commit is contained in:
Qstick
2020-05-03 16:29:21 -04:00
parent f53a13ab41
commit 91ed949a47

View File

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