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)
This commit is contained in:
niftynei
2021-03-15 19:46:13 -05:00
committed by Rusty Russell
parent 61df08c50d
commit dd696a7c05

View File

@@ -1310,12 +1310,12 @@ static void sendfunding_done(struct bitcoind *bitcoind UNUSED,
channel->openchannel_signed_cmd = NULL; channel->openchannel_signed_cmd = NULL;
if (!cmd && channel->opener == LOCAL) if (!cmd && channel->opener == LOCAL)
log_broken(channel->log, log_unusual(channel->log,
"No outstanding command for channel %s," "No outstanding command for channel %s,"
" funding sent was success? %d", " funding sent was success? %d",
type_to_string(tmpctx, struct channel_id, type_to_string(tmpctx, struct channel_id,
&channel->cid), &channel->cid),
success); success);
if (!success) { if (!success) {
if (cmd) if (cmd)