Skip to content

Commit

Permalink
move debug message to debug3
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Aug 12, 2017
1 parent 3db4ef3 commit 8649027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/io/network.c
Expand Up @@ -540,7 +540,7 @@ static void fr_network_socket_callback(void *ctx, void const *data, size_t data_

(void) rbtree_insert(nr->sockets, s);

DEBUG("Using new socket with FD %d", fd);
DEBUG3("Using new socket with FD %d", fd);
}


Expand Down

0 comments on commit 8649027

Please sign in to comment.