fix for bug 3144 - error message is not explicit for xcat2nim -t group.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14890 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2013-01-15 13:34:01 +00:00
parent fcd6182b3d
commit b3fb23c724

View File

@ -1147,7 +1147,7 @@ ions.\n";
if ($::RUNCMD_RC != 0)
{
my $rsp;
$rsp->{data}->[0] = "$::msgstr Could not create a NIM definition for \'$group\'.\n";
$rsp->{data}->[0] = "$::msgstr Error running command \'$cmd\'.\n";
if ($::verbose)
{
$rsp->{data}->[1] = "$output";