fix defect 208749 bad error message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5591 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-03-28 12:02:11 +00:00
parent d494b09faf
commit 11133951fa

View File

@ -175,7 +175,7 @@ if (-e ("/etc/xcat/cfgloc")) # check to see if xcat is using mysql
if ($::INIT)
{
my $message =
"The /opt/xcat/cfgloc file is already configured for MySQL. xcat database initialization will not take place.";
"The /etc/xcat/cfgloc file is already configured for MySQL. xcat database initialization will not take place.";
xCAT::MsgUtils->message("I", "$message");
}
$::xcatrunningmysql = 1;