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