Adding proper security logging.

This commit is contained in:
stephb9959
2021-09-16 22:09:43 -07:00
parent 8bf4290a8f
commit a983a957f3
9 changed files with 22 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenWifi {
}
int Storage::Start() {
SubMutexGuard Guard(Mutex_);
std::lock_guard Guard(Mutex_);
Logger_.setLevel(Poco::Message::PRIO_NOTICE);
Logger_.notice("Starting.");