diff --git a/src/store/file_store.rs b/src/store/file_store.rs index d473764..1b885df 100644 --- a/src/store/file_store.rs +++ b/src/store/file_store.rs @@ -302,7 +302,7 @@ fn init_generator(settings: &sled::Tree) -> Result { impl std::fmt::Debug for FileStore { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { f.debug_struct("FileStore") - .field("path_gen", &self.path_gen) + .field("path_gen", &"generator") .field("root_dir", &self.root_dir) .finish() }