Skip to content

Commit 6e30091

Browse files
committed
reduced log level of early-epoch-end: HbbftEarlyEpochEndManager created.
1 parent 02cb0a8 commit 6e30091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ethcore/src/engines/hbbft/hbbft_early_epoch_end_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl HbbftEarlyEpochEndManager {
112112
signing_address: signing_address.clone(),
113113
};
114114

115-
info!(target: "engine", "early-epoch-end: HbbftEarlyEpochEndManager created. start_time {now:?}, start_block: {epoch_start_block}");
115+
trace!(target: "engine", "early-epoch-end: HbbftEarlyEpochEndManager created. start_time {now:?}, start_block: {epoch_start_block}");
116116

117117
return Some(result);
118118
}

0 commit comments

Comments
 (0)