Skip to content

Commit

Permalink
list res log
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Sep 11, 2023
1 parent b635271 commit cd48113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signer/src/kvv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ impl KVVStore for FsKVVStore {
let mut result = Vec::new();
for item in items {
let key = format!("{}/{}", prefix, item);
log::info!("LIST RES {:?}", key);
let vv = self
.db
.get(&key)
Expand Down

0 comments on commit cd48113

Please sign in to comment.