Change in osmo-bts[master]: trx_sched_set_lchan(): use LOGL_INFO for logging messages

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 Sep 26 07:43:58 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/25605 )


Change subject: trx_sched_set_lchan(): use LOGL_INFO for logging messages
......................................................................

trx_sched_set_lchan(): use LOGL_INFO for logging messages

There is no need to log channel activation / deactivation messages
as LOGL_NOTICE - this is a normal event requiring no attention.

Change-Id: I7765fecb7f7ec67c8f96e91c378626e21e48c71d
---
M src/common/scheduler.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/05/25605/1

diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 0826eda..36eaa68 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -1094,7 +1094,7 @@
 			continue;
 		found = true;
 
-		LOGPLCHAN(lchan, DL1C, LOGL_NOTICE, "%s %s\n",
+		LOGPLCHAN(lchan, DL1C, LOGL_INFO, "%s %s\n",
 			  (active) ? "Activating" : "Deactivating",
 			  trx_chan_desc[i].name);
 		/* free burst memory, to cleanly start with burst 0 */

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I7765fecb7f7ec67c8f96e91c378626e21e48c71d
Gerrit-Change-Number: 25605
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/20210926/26a77d5a/attachment.htm>


More information about the gerrit-log mailing list