fix for bug 4184: make the message 'make sure rcons works for <node>' be non-verbose message

This commit is contained in:
ligc 2014-07-28 16:34:52 -05:00
parent 1bafec231a
commit 7b52961f4b

2
perl-xCAT/xCAT/LparNetbootExp.pm Normal file → Executable file
View File

@ -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");
}
],
);