[MERGED] openbsc[master]: Correct Logging macro for pdpctx_timer_start

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Nov 17 14:18:00 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: Correct Logging macro for pdpctx_timer_start
......................................................................


Correct Logging macro for pdpctx_timer_start

This commit corrects the Logging macro used in pdpctx_timer_start.

Change-Id: Id4e3a7fb934ed82af8096fda9ddd3f4550e05844
---
M openbsc/src/gprs/gprs_gmm.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/openbsc/src/gprs/gprs_gmm.c b/openbsc/src/gprs/gprs_gmm.c
index 8de3bf7..b30b8d3 100644
--- a/openbsc/src/gprs/gprs_gmm.c
+++ b/openbsc/src/gprs/gprs_gmm.c
@@ -1978,7 +1978,7 @@
 				unsigned int seconds)
 {
 	if (osmo_timer_pending(&pdp->timer))
-		LOGMMCTXP(LOGL_ERROR, pdp->mm, "Starting MM timer %u while old "
+		LOGPDPCTXP(LOGL_ERROR, pdp, "Starting PDP timer %u while old "
 			"timer %u pending\n", T, pdp->T);
 	pdp->T = T;
 	pdp->num_T_exp = 0;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id4e3a7fb934ed82af8096fda9ddd3f4550e05844
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: pravin <pravin.manoharan at radisys.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pravin <pravin.manoharan at radisys.com>



More information about the gerrit-log mailing list