From 8e94d40e90b5ed006090af64ff7017a2d4f1a802 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Sun, 9 Jul 2006 16:24:18 +0000 Subject: ported logging function to a seperate file (nanohttp-logging.*) and renamed all logging functions. --- examples/csoap/echoattachments-server.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/csoap/echoattachments-server.c') diff --git a/examples/csoap/echoattachments-server.c b/examples/csoap/echoattachments-server.c index 4b37aa8..0beb56f 100755 --- a/examples/csoap/echoattachments-server.c +++ b/examples/csoap/echoattachments-server.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: echoattachments-server.c,v 1.7 2006/01/10 11:29:04 snowdrop Exp $ + * $Id: echoattachments-server.c,v 1.8 2006/07/09 16:24:19 snowdrop Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003-2004 Ferhat Ayaz @@ -21,6 +21,8 @@ * Email: ferhatayaz@yahoo.com ******************************************************************/ +#include + #include @@ -64,7 +66,7 @@ main(int argc, char *argv[]) herror_t err; SoapRouter *router; - log_set_level(HLOG_VERBOSE); + hlog_set_level(HLOG_VERBOSE); err = soap_server_init_args(argc, argv); if (err != H_OK) -- cgit v1.1-32-gdbae