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}) ) {