mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-28 18:24:20 +01:00
Change log level for some common debug messages from "info" to "debug"
This commit is contained in:
committed by
Rusty Russell
parent
145e26371d
commit
e91a8dff12
@@ -652,7 +652,7 @@ static struct io_plan *jcon_connected(struct io_conn *conn,
|
||||
static struct io_plan *incoming_jcon_connected(struct io_conn *conn,
|
||||
struct lightningd *ld)
|
||||
{
|
||||
log_info(ld->log, "Connected json input");
|
||||
log_debug(ld->log, "Connected json input");
|
||||
|
||||
/* Lifetime of JSON conn is limited to fd connect time. */
|
||||
return jcon_connected(notleak(conn), ld);
|
||||
|
||||
Reference in New Issue
Block a user