1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

replace info() with debug() to be less noisy

This commit is contained in:
Steffen Vogel 2017-12-14 14:01:21 +01:00
parent 3077722476
commit 5ce1f7a8c6

View file

@ -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/ */