summaryrefslogtreecommitdiffstats
path: root/examples/csoap/simpleserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/csoap/simpleserver.c')
-rw-r--r--examples/csoap/simpleserver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/csoap/simpleserver.c b/examples/csoap/simpleserver.c
index 1fb77a0..bdbe62b 100644
--- a/examples/csoap/simpleserver.c
+++ b/examples/csoap/simpleserver.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: simpleserver.c,v 1.3 2004/08/30 07:55:41 snowdrop Exp $
+ * $Id: simpleserver.c,v 1.4 2004/08/30 13:28:58 snowdrop Exp $
*
* CSOAP Project: CSOAP examples project
* Copyright (C) 2003 Ferhat Ayaz
@@ -71,7 +71,7 @@ int main(int argc, char *argv[])
SoapRouter *router;
- log_set_level(HLOG_INFO);
+ log_set_level(HLOG_VERBOSE);
if (!soap_server_init_args(argc, argv)) {
return 0;