Fixing submfa method

This commit is contained in:
stephb9959
2021-12-11 23:07:42 -08:00
parent 775d0c0a65
commit fb632b6ce1
20 changed files with 224 additions and 147 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenWifi {
}
void Storage::Stop() {
Logger_.notice("Stopping.");
Logger().notice("Stopping.");
Timer_.stop();
StorageClass::Stop();
}