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

Log response content, not response

This commit is contained in:
Mark McDowall
2013-11-18 19:47:47 -08:00
parent f77469cc4d
commit fd70346ab0

View File

@@ -47,7 +47,7 @@ namespace NzbDrone.Core.Download.Clients.Sabnzbd
{
var client = BuildClient(action);
var response = client.Execute(restRequest);
_logger.Trace("Response: {0}", response);
_logger.Trace("Response: {0}", response.Content);
CheckForError(response);