Spinbox changes

This commit is contained in:
Henrique Santiago
2012-08-27 18:56:05 -03:00
parent 5a367cfe27
commit 0c5479b031
8 changed files with 47 additions and 7 deletions

View File

@@ -515,7 +515,8 @@ bool Map::loadOtcm(const std::string& fileName)
fin->close();
//g_logger.debug(stdext::format("Otcm load time: %.2f seconds", loadTimer.elapsed_seconds()));
// well, this is really slow
g_logger.debug(stdext::format("Otcm load time: %.2f seconds", loadTimer.elapsed_seconds()));
return true;
} catch(stdext::exception& e) {
g_logger.error(stdext::format("failed to load OTCM map: %s", e.what()));