Correct Logging macro for pdpctx_timer_start

This commit corrects the Logging macro used in pdpctx_timer_start.

Change-Id: Id4e3a7fb934ed82af8096fda9ddd3f4550e05844
This commit is contained in:
Pravin Kumarvel 2016-11-17 12:19:01 +05:30
parent 80ccb95267
commit 26f6ced05c
1 changed files with 1 additions and 1 deletions

View File

@ -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;