# HG changeset patch # User Ralf Ertzinger # Date 1202502853 -3600 # Node ID e145ee199e1d484e4af6f3ec312713b50eaffb57 # Parent 269d1f2187bd7c9afb3c1eeb95a007d96399002d - Fix two debugging statements diff -r 269d1f2187bd -r e145ee199e1d src/neon/neon.c --- 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); } }