summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.c
diff options
context:
space:
mode:
authorMatt Wood <matthew.d.wood@intel.com>2009-06-26 18:02:57 -0700
committerRoss Burton <ross@linux.intel.com>2009-06-29 09:44:26 +0100
commite52a92a50fd8d825b1b6bf6238baa519ec920374 (patch)
tree8a993a7457785257d5e0d823daef23111aa9edb0 /rest/rest-proxy.c
parent35b8db1d872bb5eed616b5d7d27ee9454c5b04cc (diff)
downloadlibrest-e52a92a50fd8d825b1b6bf6238baa519ec920374.tar.gz
Enable soup debugging on synchronous calls
Diffstat (limited to 'rest/rest-proxy.c')
-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));
}
}