Explorar o código

geode: fix `insert_metadata()` info log

epiphany hai 10 meses
pai
achega
e349827b3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/geode/mod.rs

+ 1 - 1
src/geode/mod.rs

@@ -307,7 +307,7 @@ impl Geode {
         chunk_hashes: &[blake3::Hash],
         relative_files: &[(PathBuf, u64)],
     ) -> Result<()> {
-        info!(target: "geode::insert_metadata()", "[Geode] Inserting directory metadata");
+        info!(target: "geode::insert_metadata()", "[Geode] Inserting metadata");
 
         // Verify the metadata
         if !self.verify_metadata(hash, chunk_hashes, relative_files) {