From 64490d00c08c0dddbe674c20ee432a539d713e7f Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Thu, 19 May 2011 19:44:25 -0700 Subject: Fixes for building in RAPTOR_DEBUG > 2 mode --- src/raptor_www_curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/raptor_www_curl.c') 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) -- cgit v1.2.1