fix error message
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14594 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2a0f568135
commit
7725453641
@ -2043,7 +2043,7 @@ sub config_dcp
|
||||
|
||||
my $rsp = {};
|
||||
$rsp->{error}->[0] =
|
||||
"Context file $::CONTEXT_DIR$$options{'context'}.pm does not exist.";
|
||||
"Context file XCAT.pm does not exist.";
|
||||
xCAT::MsgUtils->message("E", $rsp, $::CALLBACK);
|
||||
return ++$result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user