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:
parent
1eb3b60e50
commit
85eaf6d468
@ -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, $_;
|
||||
|
Loading…
Reference in New Issue
Block a user