changeset 2369:e145ee199e1d

- Fix two debugging statements
author Ralf Ertzinger <ralf@skytale.net>
date Fri, 08 Feb 2008 21:34:13 +0100
parents 269d1f2187bd
children 200d9534946a
files src/neon/neon.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/neon/neon.c	Fri Feb 08 19:08:35 2008 +0100
+++ b/src/neon/neon.c	Fri Feb 08 21:34:13 2008 +0100
@@ -130,7 +130,7 @@
 
     _ENTER;
 
-    _DEBUG("<%p> freeing handle", handle);
+    _DEBUG("<%p> freeing handle", h);
 
     ne_uri_free(h->purl);
     destroy_rb(&h->rb);
@@ -683,7 +683,7 @@
             ne_session_proxy(handle->session, proxy_host, proxy_port);
 
             if (use_proxy_auth) {
-                _DEBUG("<%p> Using proxy authentication");
+                _DEBUG("<%p> Using proxy authentication", handle);
                 ne_add_proxy_auth(handle->session, NE_AUTH_BASIC, neon_proxy_auth_cb, (void *)handle);
             }
         }