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:
parent
3077722476
commit
5ce1f7a8c6
1 changed files with 1 additions and 1 deletions
|
@ -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/ */
|
||||
|
|
Loading…
Add table
Reference in a new issue