summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-28 23:45:57 +0000
committerGravatar m0gg2006-11-28 23:45:57 +0000
commit9a0670ad01e00ab01cfb4f308f1b124941968fa2 (patch)
tree616729b1bcd2c837eee563e904faac091f5cb813 /examples
parent17d9b98c8525c74cd83a421f151062825fe66890 (diff)
downloadcsoap-9a0670ad01e00ab01cfb4f308f1b124941968fa2.tar.gz
csoap-9a0670ad01e00ab01cfb4f308f1b124941968fa2.tar.bz2
XML signature improvements
Diffstat (limited to 'examples')
-rw-r--r--examples/csoap/simpleclient.c4
-rw-r--r--examples/csoap/simpleserver.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/csoap/simpleclient.c b/examples/csoap/simpleclient.c
index 10924d2..03beaae 100644
--- a/examples/csoap/simpleclient.c
+++ b/examples/csoap/simpleclient.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: simpleclient.c,v 1.18 2006/11/26 20:13:05 m0gg Exp $
+ * $Id: simpleclient.c,v 1.19 2006/11/28 23:45:57 m0gg Exp $
*
* CSOAP Project: CSOAP examples project
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -42,7 +42,7 @@ main(int argc, char **argv)
struct SoapCtx *ctx, *ctx2;
herror_t err;
- hlog_set_level(HLOG_VERBOSE);
+ // hlog_set_level(HLOG_VERBOSE);
err = soap_client_init_args(argc, argv);
if (err != H_OK)
diff --git a/examples/csoap/simpleserver.c b/examples/csoap/simpleserver.c
index 5803a33..676be5f 100644
--- a/examples/csoap/simpleserver.c
+++ b/examples/csoap/simpleserver.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: simpleserver.c,v 1.26 2006/11/26 20:13:05 m0gg Exp $
+ * $Id: simpleserver.c,v 1.27 2006/11/28 23:45:57 m0gg Exp $
*
* CSOAP Project: CSOAP examples project
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -89,7 +89,7 @@ main(int argc, char **argv)
herror_t err;
struct SoapRouter *router;
- hlog_set_level(HLOG_VERBOSE);
+ // hlog_set_level(HLOG_VERBOSE);
if ((err = soap_server_init_args(argc, argv)) != H_OK)
{