changeset 2333:1a4f8ea5eb2a

small fixes.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 23 Jan 2008 09:56:48 +0900
parents 31754b406cd6
children 6b9d5a8b509e
files src/neon/neon.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/neon/neon.c	Tue Jan 22 11:44:00 2008 +0900
+++ b/src/neon/neon.c	Wed Jan 23 09:56:48 2008 +0900
@@ -552,9 +552,9 @@
 
         default:
             /* Something went wrong. */
-            _ERROR("<%p> Could not open URL: %d", ret);
+            _ERROR("<%p> Could not open URL: %d", handle, ret);
             if (1 == ret) {
-                _ERROR("<%p> neon error string: %s", ne_get_error(handle->session));
+                _ERROR("<%p> neon error string: %s", handle, ne_get_error(handle->session));
             }
             ne_request_destroy(handle->request);
             _LEAVE -1;