hnbgw_rua.c: log: fix integer format for cN_DomainIndicator

Fixes: CID#135219
Change-Id: I32c11100c87a59f34d7c1fefd2f0037e5d63f0e0
This commit is contained in:
Neels Hofmeyr 2018-01-15 23:19:04 +01:00
parent e9b4c390b4
commit 70d3ece487
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ static int rua_to_scu(struct hnb_context *hnb,
is_ps = true;
break;
default:
LOGP(DRUA, LOGL_ERROR, "Unsupported Domain %u\n",
LOGP(DRUA, LOGL_ERROR, "Unsupported Domain %ld\n",
cN_DomainIndicator);
return -1;
}