summaryrefslogtreecommitdiffstats
path: root/libcsoap/csoapenv.c
diff options
context:
space:
mode:
authorGravatar snowdrop2003-11-13 10:44:10 +0000
committerGravatar snowdrop2003-11-13 10:44:10 +0000
commit278aa71a7cb98723ed8092d1218df2c22352494a (patch)
treef8ff7f61cc4eb251fec110a4f917cd77783a5474 /libcsoap/csoapenv.c
parentf53f2c0fa258aa95a8a9378ec9a2edb97004241a (diff)
downloadcsoap-278aa71a7cb98723ed8092d1218df2c22352494a.tar.gz
csoap-278aa71a7cb98723ed8092d1218df2c22352494a.tar.bz2
*** empty log message ***
Diffstat (limited to 'libcsoap/csoapenv.c')
-rw-r--r--libcsoap/csoapenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcsoap/csoapenv.c b/libcsoap/csoapenv.c
index 47a3872..303bf46 100644
--- a/libcsoap/csoapenv.c
+++ b/libcsoap/csoapenv.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: csoapenv.c,v 1.1 2003/11/12 13:22:58 snowdrop Exp $
+ * $Id: csoapenv.c,v 1.2 2003/11/13 10:44:10 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -161,7 +161,7 @@ void SoapEnvDump(HSOAPENV env)
xmlNodeDump(buffer, ((xmlNodePtr)env)->doc, (xmlNodePtr)env, 1 ,1);
str = (char*)xmlBufferContent(buffer);
- printf("%s\n", str?str:"null");
+ SoapLog(LOG_DEBUG, FUNC, "%s\n", str?str:"null");
xmlBufferFree(buffer);
SoapTraceLeave(FUNC, "Leaving");