Skip to content

Commit 3fd6b44

Browse files
committed
Reduce log level of potential noisy log statement
1 parent c16ecba commit 3fd6b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/onion_message/messenger.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ where
452452
Ok((Payload::Receive::<<<CMH as Deref>::Target as CustomOnionMessageHandler>::CustomMessage> {
453453
message, control_tlvs: ReceiveControlTlvs::Unblinded(ReceiveTlvs { path_id }), reply_path,
454454
}, None)) => {
455-
log_info!(self.logger,
455+
log_trace!(self.logger,
456456
"Received an onion message with path_id {:02x?} and {} reply_path",
457457
path_id, if reply_path.is_some() { "a" } else { "no" });
458458

0 commit comments

Comments
 (0)