Skip to content

Commit

Permalink
suppress error
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Feb 7, 2024
1 parent 9a7fcd6 commit ae73d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/chain_storage/lmdb_db/lmdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ where
})
},
err @ Err(lmdb_zero::Error::Code(lmdb_zero::error::MAP_FULL)) => {
error!(
info!(
target: LOG_TARGET, "Could not insert {} bytes with key '{}' into '{}' ({:?})",
val_buf.len(), to_hex(key.as_lmdb_bytes()), table_name, err
);
Expand Down

0 comments on commit ae73d15

Please sign in to comment.