Used bitmask for verbosity.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8549 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-05-09 12:28:52 +00:00
parent 4c2d0215a0
commit 449f99be62

View File

@ -238,7 +238,7 @@ XMLNode *FileManager::createXMLTree(const std::string &filename)
}
catch (std::runtime_error& e)
{
if (UserConfigParams::m_verbosity >= 3)
if (UserConfigParams::logMisc())
{
fprintf(stderr, "[FileManager::createXMLTree] %s\n", e.what());
}