common: typo fix.

Old gossip is rarely interesting.

Reported-by: @ZmnSCPxj
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-04-26 14:21:02 +09:30
parent 435e85a5b2
commit bf1076080b

View file

@ -60,7 +60,7 @@ void handle_gossip_msg_(const u8 *msg TAKES, int peer_fd,
if (!send_msg(cs, peer_fd, gossip, arg))
io_error(arg);
} else if (fromwire_peektype(gossip) == WIRE_ERROR) {
status_debug("Gossipd old us to send error");
status_debug("Gossipd told us to send error");
send_msg(cs, peer_fd, gossip, arg);
io_error(arg);
} else {