stephb9959
2022-11-08 23:12:05 -08:00
parent 3cfac6cf16
commit ff084ec00c
7 changed files with 26 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ namespace OpenWifi {
}
void onPrivateKeyRequested([[maybe_unused]] const void * pSender,std::string & privateKey) {
Logger_.information("Returning key passphrase.");
poco_information(Logger_,"Returning key passphrase.");
privateKey = Password_;
};
inline Poco::Logger & Logger() { return Logger_; }
@@ -83,7 +83,7 @@ namespace OpenWifi {
inline void uninitialize() override {
}
inline void reinitialize([[maybe_unused]] Poco::Util::Application &self) override {
Logger_->L_.information("Reloading of this subsystem is not supported.");
poco_information(Logger_->L_,"Reloading of this subsystem is not supported.");
}
inline void defineOptions([[maybe_unused]] Poco::Util::OptionSet &options) override {
}