aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_rua.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hnbgw_rua.c')
-rw-r--r--src/hnbgw_rua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbgw_rua.c b/src/hnbgw_rua.c
index b2b8792..e918c47 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;
}