mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-11-26 19:25:09 +00:00
Code changes after analyzer
This commit is contained in:
@@ -42,6 +42,7 @@ namespace OpenWifi {
|
|||||||
void Daemon::initialize([[maybe_unused]] Poco::Util::Application &self) {
|
void Daemon::initialize([[maybe_unused]] Poco::Util::Application &self) {
|
||||||
std::cout << "Daemon initializing" << std::endl;
|
std::cout << "Daemon initializing" << std::endl;
|
||||||
MicroService::instance().initialize(self);
|
MicroService::instance().initialize(self);
|
||||||
|
std::cout << "Daemon done" << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user