P2p: improve logging level

This commit is contained in:
Grégoire Henry 2019-02-20 14:44:07 +01:00
parent d29f426b8e
commit 4adf696c65
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -47,7 +47,7 @@ type t = {
(* we use a prefix ' cnx:' that allows easy grepping in the log to lookup
everything related to a particular connection. *)
let log t fmt =
Format.kasprintf (fun s -> Log.log_info "cnx:%d:%s" t.id s) fmt
Format.kasprintf (fun s -> Log.debug "cnx:%d:%s" t.id s) fmt
let create =
let counter = ref 0 in