summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/librelay.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stpd/librelay.c')
-rw-r--r--runtime/stpd/librelay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c
index 7191c0a5..1bdc4814 100644
--- a/runtime/stpd/librelay.c
+++ b/runtime/stpd/librelay.c
@@ -592,7 +592,7 @@ static void sigproc(int signum __attribute__((unused)))
{
signal(SIGINT, sigproc);
signal(SIGTERM, sigproc);
- fprintf(stderr, "Exiting...\n");
+ //fprintf(stderr, "Exiting...\n");
send_request(STP_EXIT, NULL, 0);
}