This commit is contained in:
niczkx
2012-07-17 21:31:55 +02:00
committed by Eduardo Bart
parent b7ac6ce6d5
commit 02f89dd8be
4 changed files with 11 additions and 13 deletions

View File

@@ -93,7 +93,7 @@ bool ResourceManager::setWriteDir(const std::string& writeDir, bool create)
m_writeDir = writeDir;
if(!addSearchPath(writeDir))
g_logger.error(stdext::format("Unable to add write directory '%s' to search path"));
g_logger.error(stdext::format("Unable to add write '%s' directory to search path", writeDir));
return true;
}