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
This commit is contained in:
lissav 2010-02-05 12:23:06 +00:00
parent 1eb3b60e50
commit 85eaf6d468

View File

@ -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, $_;