Restore periodicalEvent function

* and typo fixes
This commit is contained in:
Eduardo Bart
2012-07-10 14:36:18 -03:00
parent 351115d9d9
commit d39ca7de10
3 changed files with 21 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ void ResourceManager::discoverWorkDir(const std::string& appName, const std::str
}
if(!found)
g_logger.fatal("Unable to find application work directory.");
g_logger.fatal(stdext::format("Unable to find %s, the application cannot be initialized.", existentFile));
}
bool ResourceManager::setupWriteDir(const std::string& appWriteDirName)