From e519a1f925a73291e512b4665ce04bee9eca8f4d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 8 May 2012 18:53:05 +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/trunk@12574 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"); + } } } #####################