From 100b7a55d78c2eeb1e2f40441ecf0d77b7d8c247 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 8 May 2012 18:53:27 +0000 Subject: [PATCH] Revise getnodetype function to not do N! log entries git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12575 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DBobjUtils.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-xCAT/xCAT/DBobjUtils.pm b/perl-xCAT/xCAT/DBobjUtils.pm index 5d9058bab..58deaf7a8 100644 --- a/perl-xCAT/xCAT/DBobjUtils.pm +++ b/perl-xCAT/xCAT/DBobjUtils.pm @@ -2278,11 +2278,11 @@ sub getnodetype ################################################## # give error msg for the nodes can't get nodetype ################################################## - if ( @failnodes1 ) { - my $nodelist = join(",", @failnodes1); - xCAT::MsgUtils->message('S', "getnodetype:Can't find these nodes' type: $nodelist.\n"); - } } + if ( @failnodes1 ) { + my $nodelist = join(",", @failnodes1); + xCAT::MsgUtils->message('S', "getnodetype:Can't find these nodes' type: $nodelist.\n"); + } } } #####################