Skip to content

Commit

Permalink
Merge pull request #2256 from b-zee/refactor-downgrade-vault-error
Browse files Browse the repository at this point in the history
refactor(autonomi): change error to debug log
  • Loading branch information
RolandSherwin authored Oct 16, 2024
2 parents 6878477 + 099d8a3 commit b5b2efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomi/src/client/vault.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl Client {
.get_record_from_network(scratch_key, &get_cfg)
.await
.inspect_err(|err| {
error!("Failed to fetch vault {network_address:?} from network: {err}");
debug!("Failed to fetch vault {network_address:?} from network: {err}");
})?;

let pad = try_deserialize_record::<Scratchpad>(&record)
Expand Down

0 comments on commit b5b2efa

Please sign in to comment.