We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85a9bc commit 8ff3686Copy full SHA for 8ff3686
client/blockchain-service/src/handler_msp.rs
@@ -583,7 +583,7 @@ where
583
/// the in-memory `files_to_distribute` state to not spawn duplicate tasks or
584
/// re-emit for already-confirmed BSPs.
585
pub(crate) fn spawn_distribute_file_to_bsps_tasks(&mut self, block_hash: &Runtime::Hash) {
586
- info!(target: LOG_TARGET, "Spawning distribute file to BSPs tasks");
+ debug!(target: LOG_TARGET, "Spawning distribute file to BSPs tasks");
587
588
// Only distribute files to BSPs when explicitly enabled via configuration.
589
if !self.config.enable_msp_distribute_files {
0 commit comments