stephb9959
2022-10-30 09:07:27 -07:00
parent 5b546ea381
commit a6a9daa8a1
10 changed files with 64 additions and 26 deletions

View File

@@ -14,6 +14,7 @@
namespace OpenWifi {
int Storage::Start() {
poco_information(Logger(),"Starting...");
std::lock_guard Guard(Mutex_);
StorageClass::Start();
@@ -111,8 +112,9 @@ namespace OpenWifi {
}
void Storage::Stop() {
poco_information(Logger(),"Stopping...");
Timer_.stop();
Logger().notice("Stopping.");
poco_information(Logger(),"Stopped...");
}
bool Storage::Validate(const Poco::URI::QueryParameters &P, RESTAPI::Errors::msg &Error) {