diff options
author | Matt Wood <matthew.d.wood@intel.com> | 2009-06-26 18:02:57 -0700 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-06-29 09:44:26 +0100 |
commit | e52a92a50fd8d825b1b6bf6238baa519ec920374 (patch) | |
tree | 8a993a7457785257d5e0d823daef23111aa9edb0 /rest | |
parent | 35b8db1d872bb5eed616b5d7d27ee9454c5b04cc (diff) |
Enable soup debugging on synchronous calls
Diffstat (limited to 'rest')
-rw-r--r-- | rest/rest-proxy.c | 2 |
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)); } } |