fix for bug 3530169: display a warning message when can not find group member

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13175 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2012-06-27 07:05:01 +00:00
parent 4c16b60a0f
commit 80d7105e4b

View File

@ -1304,7 +1304,7 @@ sub defmk
my $rsp;
$rsp->{data}->[0] =
"Cannot determine a member list for group \'$obj\'.";
xCAT::MsgUtils->message("E", $rsp, $::callback);
xCAT::MsgUtils->message("W", $rsp, $::callback);
}
}