aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gb_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs/gb_proxy.c')
-rw-r--r--src/gprs/gb_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs/gb_proxy.c b/src/gprs/gb_proxy.c
index 17a01091b..6a9bc22ae 100644
--- a/src/gprs/gb_proxy.c
+++ b/src/gprs/gb_proxy.c
@@ -70,7 +70,7 @@ static const struct rate_ctr_desc global_ctr_description[] = {
};
static const struct rate_ctr_group_desc global_ctrg_desc = {
- .group_name_prefix = "gbproxy.global",
+ .group_name_prefix = "gbproxy:global",
.group_description = "GBProxy Global Statistics",
.num_ctr = ARRAY_SIZE(global_ctr_description),
.ctr_desc = global_ctr_description,