Change in osmo-pcu[master]: pcu_l1_if: use proper format specifier for PCUIF version

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Mon Aug 24 10:53:09 UTC 2020


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/19726 )

Change subject: pcu_l1_if: use proper format specifier for PCUIF version
......................................................................

pcu_l1_if: use proper format specifier for PCUIF version

Change-Id: Ibd15a678a7a8fc840422e2280b0d358138a67e0c
---
M src/pcu_l1_if.cpp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 0712470..99d0927 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -496,8 +496,8 @@
 	int i;
 
 	if (info_ind->version != PCU_IF_VERSION) {
-		fprintf(stderr, "PCU interface version number of BTS (%d) is "
-			"different (%d).\nPlease re-compile!\n",
+		fprintf(stderr, "PCU interface version number of BTS (%u) is "
+			"different (%u).\nPlease re-compile!\n",
 			info_ind->version, PCU_IF_VERSION);
 		exit(-1);
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/19726
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ibd15a678a7a8fc840422e2280b0d358138a67e0c
Gerrit-Change-Number: 19726
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200824/719fc733/attachment.htm>


More information about the gerrit-log mailing list