mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
path: don’t be too verbose
This commit is contained in:
parent
9b40fec70a
commit
560f2f5423
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static void path_read(struct path *p)
|
|||
/* Run preprocessing hooks for vector of samples */
|
||||
enqueue = hook_read_list(&p->hooks, smps, recv);
|
||||
if (enqueue != recv) {
|
||||
info("Hooks skipped %u out of %u samples for path %s", recv - enqueue, recv, path_name(p));
|
||||
debug(LOG_PATH | 10, "Hooks skipped %u out of %u samples for path %s", recv - enqueue, recv, path_name(p));
|
||||
|
||||
if (p->stats)
|
||||
stats_update(p->stats->delta, STATS_SKIPPED, recv - enqueue);
|
||||
|
|
Loading…
Add table
Reference in a new issue