better log channel and fix up message frequency

This commit is contained in:
John Smith
2021-12-11 18:14:24 -05:00
parent 43fd315932
commit 8fe99f6090
3 changed files with 135 additions and 46 deletions

View File

@@ -221,7 +221,9 @@ impl NetworkManager {
}
// reset the state
*self.inner.lock() = Self::new_inner();
let mut inner = self.inner.lock();
inner.components = None;
inner.network_class = None;
trace!("NetworkManager::shutdown end");
}