From fbac04966ba42fdec7bc1043f8d9f836ec4e71f4 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 26 Nov 2012 12:39:30 +0000 Subject: [PATCH] Give more information on the error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14427 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";