From dd696a7c05cd3124178bd97bbb1ced6d878ccf90 Mon Sep 17 00:00:00 2001 From: niftynei Date: Mon, 15 Mar 2021 19:46:13 -0500 Subject: [PATCH] df: move from warning to unusual There are perfectly valid reasons for us to not have a command on return (something went boom while sending them our sigs and we've now gotten their sigs during a reconnect and subsequently broadcast the tx) --- lightningd/dual_open_control.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lightningd/dual_open_control.c b/lightningd/dual_open_control.c index e9fa6e380..9be695ebb 100644 --- a/lightningd/dual_open_control.c +++ b/lightningd/dual_open_control.c @@ -1310,12 +1310,12 @@ static void sendfunding_done(struct bitcoind *bitcoind UNUSED, channel->openchannel_signed_cmd = NULL; if (!cmd && channel->opener == LOCAL) - log_broken(channel->log, - "No outstanding command for channel %s," - " funding sent was success? %d", - type_to_string(tmpctx, struct channel_id, - &channel->cid), - success); + log_unusual(channel->log, + "No outstanding command for channel %s," + " funding sent was success? %d", + type_to_string(tmpctx, struct channel_id, + &channel->cid), + success); if (!success) { if (cmd)