mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
Remove unused parameter fieldname in json_add_log(..., const char *fieldname, ...)
This commit is contained in:
committed by
Christian Decker
parent
2ab274595e
commit
d873bf60bf
@@ -101,7 +101,7 @@ const tal_t *ltmp;
|
||||
void NORETURN PRINTF_FMT(1,2) fatal(const char *fmt, ...);
|
||||
|
||||
/* Adds an array showing log entries */
|
||||
void json_add_log(struct json_result *result, const char *fieldname,
|
||||
void json_add_log(struct json_result *result,
|
||||
const struct log_book *lr, enum log_level minlevel);
|
||||
|
||||
bool json_tok_loglevel(const char *buffer, const jsmntok_t *tok,
|
||||
|
||||
Reference in New Issue
Block a user