From 7b52961f4bde935d7846bfcd6c5b00136706a579 Mon Sep 17 00:00:00 2001 From: ligc Date: Mon, 28 Jul 2014 16:34:52 -0500 Subject: [PATCH] fix for bug 4184: make the message 'make sure rcons works for ' be non-verbose message --- perl-xCAT/xCAT/LparNetbootExp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 perl-xCAT/xCAT/LparNetbootExp.pm diff --git a/perl-xCAT/xCAT/LparNetbootExp.pm b/perl-xCAT/xCAT/LparNetbootExp.pm old mode 100644 new mode 100755 index 5b6a88940..92fab81d5 --- a/perl-xCAT/xCAT/LparNetbootExp.pm +++ b/perl-xCAT/xCAT/LparNetbootExp.pm @@ -2634,7 +2634,7 @@ sub lparnetbootexp sub { $rc = 2; $rconsole->clear_accum(); - nc_msg($verbose, "Please make sure rcons $node works.\n"); + nc_msg(1, "Please make sure rcons $node works.\n"); } ], );