From fd7e72172b2ebb09de3d96318bc01d7bac8fb156 Mon Sep 17 00:00:00 2001 From: mellor Date: Thu, 22 May 2008 12:28:36 +0000 Subject: [PATCH] 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 --- xCAT-client-2.0/bin/xCATWorld | 5 +++++ 1 file changed, 5 insertions(+) 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})