Skip to content

Commit 57b7171

Browse files
committed
Add missing space in log entry between text and number
1 parent e26c9b0 commit 57b7171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
17951795
height,
17961796
event: OnchainEvent::HTLCUpdate { source: $source, payment_hash: $payment_hash },
17971797
};
1798-
log_trace!(logger, "Failing HTLC with payment_hash {} from {} holder commitment tx due to broadcast of transaction, waiting confirmation (at height{})", log_bytes!($payment_hash.0), $commitment_tx, entry.confirmation_threshold());
1798+
log_trace!(logger, "Failing HTLC with payment_hash {} from {} holder commitment tx due to broadcast of transaction, waiting confirmation (at height {})", log_bytes!($payment_hash.0), $commitment_tx, entry.confirmation_threshold());
17991799
self.onchain_events_awaiting_threshold_conf.push(entry);
18001800
}
18011801
}

0 commit comments

Comments
 (0)