mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
transition from status_trace() to status_debug
This commit is contained in:
@@ -185,7 +185,7 @@ bool handle_peer_gossip_or_error(struct per_peer_state *pps,
|
||||
|
||||
/* They're talking about a different channel? */
|
||||
if (is_wrong_channel(msg, channel_id, &actual)) {
|
||||
status_trace("Rejecting %s for unknown channel_id %s",
|
||||
status_debug("Rejecting %s for unknown channel_id %s",
|
||||
wire_type_name(fromwire_peektype(msg)),
|
||||
type_to_string(tmpctx, struct channel_id, &actual));
|
||||
sync_crypto_write(pps,
|
||||
|
||||
Reference in New Issue
Block a user