This commit is contained in:
Henrique Santiago
2012-08-20 19:50:18 -03:00
parent ac8d6891ca
commit d1d8b79edc
4 changed files with 21 additions and 9 deletions

View File

@@ -587,7 +587,7 @@ void Map::saveOtcm(const std::string& fileName)
fin->flush();
fin->close();
g_logger.debug(stdext::format("Otcm save time: %.2f seconds", saveTimer.elapsed_seconds()));
//g_logger.debug(stdext::format("Otcm save time: %.2f seconds", saveTimer.elapsed_seconds()));
} catch(stdext::exception& e) {
g_logger.error(stdext::format("failed to save OTCM map: %s", e.what()));
}