From 85eaf6d468ce15f5feb3af1ebb63d8d3ea2311f9 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 5 Feb 2010 12:23:06 +0000 Subject: [PATCH] comment out the Asked to Quit message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5161 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index a05d631a2..34db9e1d4 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -526,7 +526,7 @@ $SIG{CHLD} = \&generic_reaper; my $pid_UDP; my $pid_MON; $SIG{TERM} = $SIG{INT} = sub { - printf("Asked to quit...\n"); + #printf("Asked to quit...\n"); $quit++; foreach (keys %dispatched_children) { kill 2, $_;