mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 04:06:11 -04:00
more log
This commit is contained in:
parent
2a1b3762c8
commit
353c907497
1 changed files with 2 additions and 0 deletions
|
@ -1589,6 +1589,8 @@ impl RouteSpecStore {
|
|||
/// Clear caches when local our local node info changes
|
||||
#[instrument(level = "trace", skip(self))]
|
||||
pub fn reset(&self) {
|
||||
log_rtab!(debug "flushing route spec store");
|
||||
|
||||
let inner = &mut *self.inner.lock();
|
||||
|
||||
// Clean up local allocated routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue