diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 2016b896b..dbf60d967 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -2869,7 +2869,7 @@ sub updateAIXsoftware { my $rsp; push @{$rsp->{data}}, - "Could not run installp command.\n"; + "Could not run installp command: \'$inpcmd\'.\n"; foreach my $o (@$output) { push @{$rsp->{data}}, "$o";