diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index e97fd06da..dba0ac5f6 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -326,7 +326,7 @@ sub preprocess_updatenode if (@invalidnodes){ my %allnodes=map {$_,1} @{$request->{node}}; foreach my $node (@invalidnodes){ - xCAT::MsgUtils->report_node_error($callback,$node,"Could not determine or resolve xcatmaster for $node. Will skip this node.") + xCAT::MsgUtils->report_node_error($callback,$node,"Could not determine or resolve xcatmaster for $node. Will skip this node."); delete $allnodes{$node}; } $request->{node}=[];