[MERGED] osmo-iuh[master]: hnbgw_rua.c: log: fix integer format for cN_DomainIndicator

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Jan 16 11:31:01 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: hnbgw_rua.c: log: fix integer format for cN_DomainIndicator
......................................................................


hnbgw_rua.c: log: fix integer format for cN_DomainIndicator

Fixes: CID#135219
Change-Id: I32c11100c87a59f34d7c1fefd2f0037e5d63f0e0
---
M src/hnbgw_rua.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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

-- 
To view, visit https://gerrit.osmocom.org/5804
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I32c11100c87a59f34d7c1fefd2f0037e5d63f0e0
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list