aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorPravin Kumarvel <pmanohar@radisys.com>2016-11-17 12:19:01 +0530
committerPravin Kumarvel <pmanohar@radisys.com>2016-11-17 12:19:01 +0530
commit26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 (patch)
tree4dce07a5b8637f8aa390e483b475faefb8f7fb68 /openbsc
parent80ccb952676cb4a068410991c5d53d19f228f695 (diff)
Correct Logging macro for pdpctx_timer_start
This commit corrects the Logging macro used in pdpctx_timer_start. Change-Id: Id4e3a7fb934ed82af8096fda9ddd3f4550e05844
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gprs/gprs_gmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_gmm.c b/openbsc/src/gprs/gprs_gmm.c
index 8de3bf7c8..b30b8d3f2 100644
--- a/openbsc/src/gprs/gprs_gmm.c
+++ b/openbsc/src/gprs/gprs_gmm.c
@@ -1978,7 +1978,7 @@ static void pdpctx_timer_start(struct sgsn_pdp_ctx *pdp, unsigned int T,
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;