fix a minor message error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2abfe0cfb0
commit
45f64ba3d9
@ -843,7 +843,7 @@ sub defmk
|
||||
{
|
||||
my $rsp;
|
||||
$rsp->{data}->[0] =
|
||||
"\'$attr\' is not a valid attribute name for for an object type of \'$::objtype\'.\n";
|
||||
"\'$attr\' is not a valid attribute name for an object type of \'$::objtype\'.\n";
|
||||
$rsp->{data}->[1] = "Skipping to the next attribute.\n";
|
||||
xCAT::MsgUtils->message("E", $rsp, $::callback);
|
||||
$error = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user