[PATCH] libosmocore[master]: cosmetic: log: fix typo, clarify msg for rate_ctr name mangling

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sun Apr 15 23:08:15 UTC 2018


Review at  https://gerrit.osmocom.org/7817

cosmetic: log: fix typo, clarify msg for rate_ctr name mangling

Change-Id: I9a04d501698f8a3360ef9dcbf04b57c5ac10e63b
---
M src/rate_ctr.c
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/17/7817/1

diff --git a/src/rate_ctr.c b/src/rate_ctr.c
index ec054c5..777a42a 100644
--- a/src/rate_ctr.c
+++ b/src/rate_ctr.c
@@ -169,8 +169,9 @@
 		goto err_free;
 	}
 
-	LOGP(DLGLOBAL, LOGL_INFO, "Needed to mangle ounter group '%s' names still using '.' as "
-		"separator, please consider updating the application\n", desc->group_name_prefix);
+	LOGP(DLGLOBAL, LOGL_INFO, "Needed to mangle counter group '%s' names: it is still using '.' as "
+		"separator, which is not allowed. please consider updating the application\n",
+		desc->group_name_prefix);
 
 	return desc_new;
 err_free:

-- 
To view, visit https://gerrit.osmocom.org/7817
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a04d501698f8a3360ef9dcbf04b57c5ac10e63b
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list