mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-02 13:13:07 +00:00
change loglevel and clippy happy
This commit is contained in:
parent
fe022001da
commit
9794da6dcb
@ -265,7 +265,7 @@ impl BlendNode {
|
||||
self.schedule_temporal_processor(temporal_message);
|
||||
}
|
||||
Err(e) => {
|
||||
tracing::error!("Failed to unwrap message: {:?}", e);
|
||||
tracing::debug!("Failed to unwrap message: {:?}", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -273,7 +273,7 @@ impl BlendNode {
|
||||
fn schedule_temporal_processor(&mut self, message: BlendOutgoingMessage) {
|
||||
let payload = match &message {
|
||||
BlendOutgoingMessage::FullyUnwrapped(payload) => Payload::load(payload.clone()),
|
||||
BlendOutgoingMessage::Outbound(msg) => Self::parse_payload(&msg),
|
||||
BlendOutgoingMessage::Outbound(msg) => Self::parse_payload(msg),
|
||||
};
|
||||
self.log_message("TemporalProcessorScheduled", &payload);
|
||||
self.temporal_sender.send(message).unwrap();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user