summaryrefslogtreecommitdiff
path: root/src/raptor_www_curl.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2011-05-19 19:44:25 -0700
committerDave Beckett <dave@dajobe.org>2011-05-19 19:44:25 -0700
commit64490d00c08c0dddbe674c20ee432a539d713e7f (patch)
tree35efc5ab8802a0a5805c0adf705868c88c6bc7e5 /src/raptor_www_curl.c
parent9d6b80e2811dde2812dda3fb5c8796d96967cf76 (diff)
downloadraptor-64490d00c08c0dddbe674c20ee432a539d713e7f.tar.gz
Fixes for building in RAPTOR_DEBUG > 2 mode
Diffstat (limited to 'src/raptor_www_curl.c')
-rw-r--r--src/raptor_www_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_www_curl.c b/src/raptor_www_curl.c
index eb248d3f..8efd1a53 100644
--- a/src/raptor_www_curl.c
+++ b/src/raptor_www_curl.c
@@ -141,7 +141,7 @@ raptor_www_curl_header_callback(void* ptr, size_t size, size_t nmemb,
#if RAPTOR_DEBUG > 2
if(www->final_uri)
- RAPTOR_DEBUG3("Got content location header '%s'\n",
+ RAPTOR_DEBUG2("Got content location header '%s'\n",
raptor_uri_as_string(www->final_uri));
#endif
if(www->final_uri_handler)