From 0776f3fc1729b62790889182b64e6823a8572128 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 24 Aug 2005 17:08:26 +0000 Subject: [PATCH] 2005-08-24 Martin Hunt * librelay.c (sigproc): Removed the "Exiting..." message for now. --- runtime/stpd/ChangeLog | 5 +++++ runtime/stpd/librelay.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/runtime/stpd/ChangeLog b/runtime/stpd/ChangeLog index cf17d5e18..a57e5a29a 100644 --- a/runtime/stpd/ChangeLog +++ b/runtime/stpd/ChangeLog @@ -1,3 +1,8 @@ +2005-08-24 Martin Hunt + + * librelay.c (sigproc): Removed the "Exiting..." + message for now. + 2005-08-24 Martin Hunt * librelay.c (sigproc): Reestablish signal handler so diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c index 7191c0a5e..1bdc48143 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); } -- 2.43.5