diff --git a/perl-xCAT/xCAT/PPCmac.pm b/perl-xCAT/xCAT/PPCmac.pm index f554d0732..9591e14e9 100644 --- a/perl-xCAT/xCAT/PPCmac.pm +++ b/perl-xCAT/xCAT/PPCmac.pm @@ -142,7 +142,8 @@ sub parse_args { $client_nethash{@$node[0]} = $client_nethash{$tmpll}; } } else { - return( [RC_ERROR,"Cannot get network information for node"] ); + my $nodes = join( ",", @$node); + return( [RC_ERROR,"Cannot get network information for $nodes, check networks table and IP address for this node to make sure there is correct network in networks table"] ); } }