fix syntax error in logger message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8739 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-01-26 12:33:38 +00:00
parent f5bb51388f
commit 6ecb74db48

View File

@ -104,7 +104,7 @@ sub setupdb2odbc
chomp $xcatcfg;
my ($database, $instance, $password) = split('\|', $xcatcfg);
$cmd = "$::XCATROOT/bin/db2sqlsetup -o -C";
$msg = "odbcsetup:Running Client ODBC setup. $cmd\n";
$msg = "odbcsetup: Running Client ODBC setup. \"$cmd\"\n";
`logger -t xcat $msg`;
$rc = &runcmd($cmd);