mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
Adjust log level for logging disconnected RPC users ("Command failed after jcon close")
This is a follow-up to #1121
This commit is contained in:
parent
590a9a657d
commit
dbb7ea1e41
@ -413,8 +413,8 @@ static void command_fail_v(struct command *cmd,
|
||||
struct json_connection *jcon = cmd->jcon;
|
||||
|
||||
if (!jcon) {
|
||||
log_unusual(cmd->ld->log,
|
||||
"Command failed after jcon close");
|
||||
log_debug(cmd->ld->log,
|
||||
"Command failed after jcon close");
|
||||
tal_free(cmd);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user