From 7725453641703f18d075ac47b9f7fe098a09df74 Mon Sep 17 00:00:00 2001 From: lissav Date: Sat, 8 Dec 2012 11:56:05 +0000 Subject: [PATCH] fix error message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14594 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 69d3c8cec..bfa68e36a 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -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; }