Change in libosmo-abis[master]: ipaccess: Fix log formatting of RESP_ID IPA attributes

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

pespin gerrit-no-reply at lists.osmocom.org
Tue Jul 14 11:23:15 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/19250 )


Change subject: ipaccess: Fix log formatting of RESP_ID IPA attributes
......................................................................

ipaccess: Fix log formatting of RESP_ID IPA attributes

Change-Id: Id5b4c39737a43c9ba68f3aacc889c10eba697920
---
M src/input/ipaccess.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/50/19250/1

diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index 28191b7..917a195 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -219,10 +219,10 @@
 
 	switch (msg_type) {
 	case IPAC_MSGT_ID_RESP:
-		DEBUGP(DLMI, "ID_RESP\n");
+		DEBUGP(DLMI, "ID_RESP ");
 		/* parse tags, search for Unit ID */
 		ret = ipa_ccm_id_resp_parse(&tlvp, (const uint8_t *)msg->l2h+1, msgb_l2len(msg)-1);
-		DEBUGP(DLMI, "\n");
+		DEBUGPC(DLMI, "\n");
 		if (ret < 0) {
 			LOGP(DLINP, LOGL_ERROR, "IPA response message "
 				"with malformed TLVs\n");

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/19250
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Id5b4c39737a43c9ba68f3aacc889c10eba697920
Gerrit-Change-Number: 19250
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200714/3258c73d/attachment.htm>


More information about the gerrit-log mailing list