Code changes after analyzer

This commit is contained in:
stephb9959
2022-03-25 09:46:53 -07:00
parent 41c42a92e9
commit 1569bae790

View File

@@ -3419,6 +3419,7 @@ namespace OpenWifi {
inline void MicroService::initialize(Poco::Util::Application &self) {
// add the default services
std::cout << "Initialize MicroService" << std::endl;
LoadConfigurationFile();
InitializeLoggingSystem();