diff --git a/xCAT-client/bin/psh b/xCAT-client/bin/psh index f158f8b9b..fa8e5d481 100755 --- a/xCAT-client/bin/psh +++ b/xCAT-client/bin/psh @@ -126,7 +126,7 @@ my $exitcode; if (keys %errored) { $exitcode = 2; while (my ($node, $exitc) = each(%errored)) { - print "*** ssh to node $node exited with error code $exitc.\n"; + print stderr "$node: *** ssh exited with error code $exitc.\n"; } } exit($exitcode);