Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtian committed Apr 13, 2023
1 parent 16ee9bc commit d3d633e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sui-core/src/transaction_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use sui_types::{
};
use sui_types::{base_types::TransactionDigest, error::SuiResult};
use tokio::sync::mpsc::UnboundedSender;
use tracing::{debug, error, trace, warn};
use tracing::{error, trace, warn};

use crate::authority::{
authority_per_epoch_store::AuthorityPerEpochStore,
Expand Down Expand Up @@ -172,7 +172,7 @@ impl Inner {
} else {
// TODO: we should start logging this at a higher level after some period of
// time has elapsed.
debug!(tx_digest = ?digest,acquiring = ?pending_cert.acquiring_locks, "Certificate acquiring locks");
trace!(tx_digest = ?digest,acquiring = ?pending_cert.acquiring_locks, "Certificate acquiring locks");
}
}

Expand Down

0 comments on commit d3d633e

Please sign in to comment.