From 0776f3fc1729b62790889182b64e6823a8572128 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 24 Aug 2005 17:08:26 +0000 Subject: 2005-08-24 Martin Hunt * librelay.c (sigproc): Removed the "Exiting..." message for now. --- runtime/stpd/librelay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stpd/librelay.c') 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); } -- cgit