hnbgw_rua.c: Print RUA cause in error indication

This commit is contained in:
Harald Welte 2015-12-25 10:28:55 +01:00
parent 23058e1144
commit 831e1ee8f4
1 changed files with 2 additions and 1 deletions

View File

@ -414,7 +414,8 @@ static int rua_rx_init_err_ind(struct msgb *msg, ANY_t *in)
if (rc < 0)
return rc;
DEBUGP(DRUA, "RUA UData.ErrorInd()\n");
LOGP(DRUA, LOGL_ERROR, "RUA UData.ErrorInd(%s)\n",
rua_cause_str(&ies.cause));
return rc;
}