summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/httpget.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nanohttp/httpget.c')
-rw-r--r--examples/nanohttp/httpget.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/nanohttp/httpget.c b/examples/nanohttp/httpget.c
index 3ace8c2..4eab70e 100644
--- a/examples/nanohttp/httpget.c
+++ b/examples/nanohttp/httpget.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: httpget.c,v 1.1 2003/12/11 14:52:14 snowdrop Exp $
+ * $Id: httpget.c,v 1.2 2003/12/18 12:23:44 snowdrop Exp $
*
* CSOAP Project: A http client/server library in C (example)
* Copyright (C) 2003 Ferhat Ayaz
@@ -37,6 +37,8 @@ int main(int argc, char *argv[])
exit(1);
}
+ log_set_level(HLOG_VERBOSE);
+
conn = httpc_new();
res = httpc_get(conn, argv[1]);