summaryrefslogtreecommitdiff
path: root/rest
diff options
context:
space:
mode:
Diffstat (limited to 'rest')
-rw-r--r--rest/rest-proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/rest-proxy.c b/rest/rest-proxy.c
index 76623f2..67d6acc 100644
--- a/rest/rest-proxy.c
+++ b/rest/rest-proxy.c
@@ -227,6 +227,8 @@ rest_proxy_init (RestProxy *self)
if (REST_DEBUG_ENABLED(PROXY)) {
soup_session_add_feature
(priv->session, (SoupSessionFeature*)soup_logger_new (SOUP_LOGGER_LOG_BODY, 0));
+ soup_session_add_feature
+ (priv->session_sync, (SoupSessionFeature*)soup_logger_new (SOUP_LOGGER_LOG_BODY, 0));
}
}