From 5ce1f7a8c66fa19dc7f4839c8f32bf7e21a195dc Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 14 Dec 2017 14:01:21 +0100 Subject: [PATCH] replace info() with debug() to be less noisy --- lib/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/path.c b/lib/path.c index ab61e281a..74196e5c3 100644 --- a/lib/path.c +++ b/lib/path.c @@ -181,7 +181,7 @@ static void * path_run(void *arg) sample_copy(p->last_sample, muxed_smps[tomux-1]); - info("received = %s", bitset_dump(&p->received)); + debug(15, "Path %s received = %s", path_name(p), bitset_dump(&p->received)); if (bitset_test(&p->mask, i)) { /* Check if we received an update from all nodes/ */