diff --git a/src/hnbgw_rua.c b/src/hnbgw_rua.c index b2b8792d..e918c47f 100644 --- a/src/hnbgw_rua.c +++ b/src/hnbgw_rua.c @@ -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; }