aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-http-request.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-09-25 15:19:47 +0800
committerMilan Crha <mcrha@redhat.com>2013-09-25 15:19:47 +0800
commit6d96953703d24d146cdec1c25a97c07cd29c2c24 (patch)
treeb4280dd0f249e73f0985789dc418e52e0f4368ac /mail/e-http-request.c
parentbe3a2bf6006805e555e7252fe1e39d50201d88a9 (diff)
downloadgsoc2013-evolution-6d96953703d24d146cdec1c25a97c07cd29c2c24.tar
gsoc2013-evolution-6d96953703d24d146cdec1c25a97c07cd29c2c24.tar.gz
gsoc2013-evolution-6d96953703d24d146cdec1c25a97c07cd29c2c24.tar.bz2
gsoc2013-evolution-6d96953703d24d146cdec1c25a97c07cd29c2c24.tar.lz
gsoc2013-evolution-6d96953703d24d146cdec1c25a97c07cd29c2c24.tar.xz
gsoc2013-evolution-6d96953703d24d146cdec1c25a97c07cd29c2c24.tar.zst
gsoc2013-evolution-6d96953703d24d146cdec1c25a97c07cd29c2c24.zip
Add debugging for formatter requests
With CAMEL_DEBUG=emformat:requests the evolution prints a debug messages about requests being processed when formatting messages.
Diffstat (limited to 'mail/e-http-request.c')
-rw-r--r--mail/e-http-request.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/e-http-request.c b/mail/e-http-request.c
index a4a35567ed..996a993804 100644
--- a/mail/e-http-request.c
+++ b/mail/e-http-request.c
@@ -188,6 +188,11 @@ handle_http_request (GSimpleAsyncResult *res,
evo_uri = soup_uri_to_string (soup_uri, FALSE);
+ if (camel_debug_start ("emformat:requests")) {
+ printf ("%s: looking for '%s'\n", G_STRFUNC, evo_uri);
+ camel_debug_end ();
+ }
+
/* Remove the "evo-" prefix from scheme */
uri_len = strlen (evo_uri);
uri = NULL;