have xCATWorld print out warning messages

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1476 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mellor 2008-05-22 12:28:36 +00:00
parent 0b3582d2cd
commit fd7e72172b

View File

@ -144,6 +144,11 @@ sub handle_response
$exitcode |= $ecode;
}
}
if ($rsp->{warning}) {
foreach my $wtext (@{$rsp->{warning}}) {
print ($wtext."\n");
}
}
# Handle {node} structure
if ($rsp->{node})