mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
lightningd: use jcon logging for commands where possible.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -136,6 +136,9 @@ struct command_result *command_failed(struct command *cmd UNNEEDED,
|
||||
/* Generated stub for command_its_complicated */
|
||||
struct command_result *command_its_complicated(const char *why UNNEEDED)
|
||||
{ fprintf(stderr, "command_its_complicated called!\n"); abort(); }
|
||||
/* Generated stub for command_log */
|
||||
struct log *command_log(struct command *cmd UNNEEDED)
|
||||
{ fprintf(stderr, "command_log called!\n"); abort(); }
|
||||
/* Generated stub for command_param_failed */
|
||||
struct command_result *command_param_failed(void)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user