Fix build

This commit is contained in:
Ahmed Samy 2013-08-22 23:20:44 +02:00
parent d5298c1011
commit 3b2d8a2b5e
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ void ThingTypeManager::loadOtb(const std::string& file)
m_otbLoaded = true;
} catch(std::exception& e) {
g_logger.error(stdext::format("Failed to load '%s' (OTB file): %s", file, e.what());)
g_logger.error(stdext::format("Failed to load '%s' (OTB file): %s", file, e.what()));
}
}