Skip to content

Commit

Permalink
gossip: Make gossipd less noisy when receiving requests
Browse files Browse the repository at this point in the history
This is very noisy when syncing with the blockchain

Signed-off-by: Christian Decker <[email protected]>
  • Loading branch information
cdecker authored and rustyrussell committed Apr 9, 2018
1 parent 2de7f62 commit a121b7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gossipd/gossip.c
Original file line number Diff line number Diff line change
@@ -2020,9 +2020,6 @@ static struct io_plan *recv_req(struct io_conn *conn, struct daemon_conn *master
struct daemon *daemon = container_of(master, struct daemon, master);
enum gossip_wire_type t = fromwire_peektype(master->msg_in);

status_trace("req: type %s len %zu",
gossip_wire_type_name(t), tal_count(master->msg_in));

switch (t) {
case WIRE_GOSSIPCTL_INIT:
return gossip_init(master, daemon, master->msg_in);

0 comments on commit a121b7d

Please sign in to comment.