From 217867e98ac782f0c279e456706807c5180f4715 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Mon, 3 Aug 2009 08:33:06 +0000 Subject: [PATCH] fixed defect 2830176 for better msg information git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3922 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCmac.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCmac.pm b/perl-xCAT/xCAT/PPCmac.pm index 02f9c0b45..d101dffbc 100644 --- a/perl-xCAT/xCAT/PPCmac.pm +++ b/perl-xCAT/xCAT/PPCmac.pm @@ -86,7 +86,7 @@ sub parse_args { # Network attributes undefined ##################################### if ( !%client_nethash ) { - return( [RC_ERROR,"Cannot get network information for $node"] ); + return( [RC_ERROR,"Cannot get network information for node"] ); } if ( exists($opt{C}) ) {