summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/stpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stpd/stpd.c')
-rw-r--r--runtime/stpd/stpd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/stpd/stpd.c b/runtime/stpd/stpd.c
index 8fb1700e..149d43e2 100644
--- a/runtime/stpd/stpd.c
+++ b/runtime/stpd/stpd.c
@@ -86,11 +86,6 @@ int main(int argc, char **argv)
exit(1);
}
- if (quiet)
- printf("Logging... Press Control-C to stop.\n");
- else
- printf("Press Control-C to stop.\n");
-
if (stp_main_loop()) {
printf("Couldn't enter main loop. Exiting.\n");
exit(1);