diff --git a/src/client/thingtypemanager.cpp b/src/client/thingtypemanager.cpp index 9fb6b87d..facae0d8 100644 --- a/src/client/thingtypemanager.cpp +++ b/src/client/thingtypemanager.cpp @@ -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())); } }