Browse Source

MT#55283 Add total stats interface log line

closes #1692

Change-Id: If062522377bb75cdeb11f8cfb48bf3b83f9eb73e
pull/1694/head
Stefan Mititelu 2 years ago
committed by Richard Fuchs
parent
commit
9630574662
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/statistics.c

+ 1
- 1
daemon/statistics.c View File

@ -725,7 +725,7 @@ GQueue *statistics_gather_metrics(struct interface_sampled_rate_stats *interface
} }
} }
HEADER("voip_metrics", NULL);
HEADER("voip_metrics", "VoIP metrics for interface %s/%s:", lif->logical->name.s, sockaddr_print_buf(&lif->spec->local_address.addr));
HEADER("{", NULL); HEADER("{", NULL);
struct interface_sampled_stats_avg stat_avg; struct interface_sampled_stats_avg stat_avg;


Loading…
Cancel
Save