aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gtphub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs/gtphub.c')
-rw-r--r--src/gprs/gtphub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs/gtphub.c b/src/gprs/gtphub.c
index 7e3e6631e..5e962f292 100644
--- a/src/gprs/gtphub.c
+++ b/src/gprs/gtphub.c
@@ -125,7 +125,7 @@ static const struct rate_ctr_desc gtphub_counters_io_desc[] = {
};
static const struct rate_ctr_group_desc gtphub_ctrg_io_desc = {
- .group_name_prefix = "gtphub.bind",
+ .group_name_prefix = "gtphub:bind",
.group_description = "I/O Statistics",
.num_ctr = ARRAY_SIZE(gtphub_counters_io_desc),
.ctr_desc = gtphub_counters_io_desc,