Fixed typo.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14940 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2014-01-06 12:28:24 +00:00
parent 6ee751e3c3
commit 3e8741c442

View File

@ -497,7 +497,7 @@ int handleCmdLinePreliminary()
if( CommandLine::has( "--stk-config", &s))
{
stk_config->load(file_manager->getAsset(s));
Log::info("main", "STK config will be read from %s.",s);
Log::info("main", "STK config will be read from %s.",s.c_str());
}
if( CommandLine::has( "--trackdir", &s))
TrackManager::addTrackSearchDir(s);