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:
parent
0b3582d2cd
commit
fd7e72172b
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user