[PATCH] 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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Jan 15 22:31:42 UTC 2018


Review at  https://gerrit.osmocom.org/5804

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/04/5804/1

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: newchange
Gerrit-Change-Id: I32c11100c87a59f34d7c1fefd2f0037e5d63f0e0
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list