Change in libosmo-abis[master]: ipaccess: fix verbosive logging in __handle_ts1_write()

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
Sun Nov 29 19:41:53 UTC 2020


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


Change subject: ipaccess: fix verbosive logging in __handle_ts1_write()
......................................................................

ipaccess: fix verbosive logging in __handle_ts1_write()

Apparently, the logging level was changed unintentionally.

Change-Id: Ibdee8cbcc12edf14fd824b515d0aecb89fcac490
Fixes: Idce3bb3daf8ab16b84968a61502c826df8b773ed
---
M src/input/ipaccess.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index a370c77..8843191 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -509,7 +509,7 @@
 	msg->l2h = msg->data;
 	ipa_prepend_header(msg, sign_link->tei);
 
-	LOGPITS(e1i_ts, DLMI, LOGL_NOTICE, "TX %u: %s\n", ts_nr,
+	LOGPITS(e1i_ts, DLMI, LOGL_DEBUG, "TX %u: %s\n", ts_nr,
 		osmo_hexdump(msg->l2h, msgb_l2len(msg)));
 
 	ret = send(bfd->fd, msg->data, msg->len, 0);

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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ibdee8cbcc12edf14fd824b515d0aecb89fcac490
Gerrit-Change-Number: 21404
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201129/57843d6c/attachment.htm>


More information about the gerrit-log mailing list