summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorGravatar snowdrop2006-01-11 09:18:17 +0000
committerGravatar snowdrop2006-01-11 09:18:17 +0000
commit1323060c8671a409f6e701124c0667c646f008c1 (patch)
treefc67feb25c331f4ed1ac302e2154e6fd37e2a32f /examples
parent5405c6e1daca4dea51a20765d785d94c5282ca44 (diff)
downloadcsoap-1323060c8671a409f6e701124c0667c646f008c1.tar.gz
csoap-1323060c8671a409f6e701124c0667c646f008c1.tar.bz2
changed to 'press ctrl-c to ...'
Diffstat (limited to 'examples')
-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 9edd86f..8e181d9 100644
--- a/examples/csoap/simpleserver.c
+++ b/examples/csoap/simpleserver.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: simpleserver.c,v 1.16 2006/01/10 11:29:04 snowdrop Exp $
+ * $Id: simpleserver.c,v 1.17 2006/01/11 09:18:17 snowdrop Exp $
*
* CSOAP Project: CSOAP examples project
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -80,7 +80,7 @@ main(int argc, char *argv[])
soap_router_register_service(router, say_hello, method, urn);
soap_server_register_router(router, url);
- log_info1("send SIGTERM to shutdown");
+ log_info1("press ctrl-c to shutdown");
soap_server_run();
log_info1("shutting down\n");