summaryrefslogtreecommitdiff
path: root/nuttx/examples/thttpd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/thttpd/main.c')
-rw-r--r--nuttx/examples/thttpd/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/examples/thttpd/main.c b/nuttx/examples/thttpd/main.c
index 2e77b39d7..23c272565 100644
--- a/nuttx/examples/thttpd/main.c
+++ b/nuttx/examples/thttpd/main.c
@@ -228,7 +228,8 @@ int user_start(int argc, char *argv[])
g_thttpdsymtab = exports;
g_thttpdnsymbols = NEXPORTS;
- printf("Starting THTTPD\n");
+ message("Starting THTTPD\n");
thttpd_main(1, &thttpd_argv);
+ message("THTTPD terminated\n");
return 0;
}