Skip to content

Commit

Permalink
upd log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 21, 2024
1 parent 45b1a8f commit e8d7999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/index/revindex/disk_revindex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl RevIndex {

info!("Compact SSTs");
index.compact();
info!("Processed {} reference sigs", processed_sigs.into_inner());
info!("Done! Processed {} reference sigs", processed_sigs.into_inner());

Ok(module::RevIndex::Plain(index))
}
Expand Down

0 comments on commit e8d7999

Please sign in to comment.