fix bad message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10655 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-09-28 11:26:02 +00:00
parent 2d9ef64cb5
commit d4506495fa

View File

@ -186,7 +186,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;