diff --git a/xCAT-client-2.0/bin/xCATWorld b/xCAT-client-2.0/bin/xCATWorld index 458e48e69..dc8bee44a 100644 --- a/xCAT-client-2.0/bin/xCATWorld +++ b/xCAT-client-2.0/bin/xCATWorld @@ -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})