Skip to content

Commit f590962

Browse files
committed
chanbackup: less logging in preparation for default enable.
We should not send a message on unknown custom message receipt (we expect this!). Signed-off-by: Rusty Russell <[email protected]>
1 parent e869002 commit f590962

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/chanbackup.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,7 @@ static struct command_result *handle_your_peer_storage(struct command *cmd,
774774
datastore_failed,
775775
"Saving latestscb");
776776
} else {
777-
plugin_log(cmd->plugin, LOG_DBG,
778-
"Peer sent bad custom message for chanbackup!");
777+
/* Any other message we ignore */
779778
return command_hook_success(cmd);
780779
}
781780
}

0 commit comments

Comments
 (0)