Change in osmo-bts[master]: logging: use generic DBTS category where applicable

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
Thu Nov 21 10:44:09 UTC 2019


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


Change subject: logging: use generic DBTS category where applicable
......................................................................

logging: use generic DBTS category where applicable

Change-Id: I15023436e81d5bdb51930912b221a23c69437847
---
M src/common/bts.c
1 file changed, 4 insertions(+), 4 deletions(-)



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

diff --git a/src/common/bts.c b/src/common/bts.c
index 8d966c9..7103e2d 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -283,12 +283,12 @@
 	struct gsm_bts_trx *trx;
 
 	if (osmo_timer_pending(&shutdown_timer)) {
-		LOGP(DOML, LOGL_NOTICE,
+		LOGP(DBTS, LOGL_NOTICE,
 			"BTS is already being shutdown.\n");
 		return;
 	}
 
-	LOGP(DOML, LOGL_NOTICE, "Shutting down BTS %u, Reason %s\n",
+	LOGP(DBTS, LOGL_NOTICE, "Shutting down BTS %u, Reason %s\n",
 		bts->nr, reason);
 
 	llist_for_each_entry_reverse(trx, &bts->trx_list, list) {
@@ -495,7 +495,7 @@
 					  si3->control_channel_desc.ccch_conf);
 
 	if (bts->agch_queue.max_length != old_max_length)
-		LOGP(DRSL, LOGL_INFO, "Updated AGCH max queue length to %d\n",
+		LOGP(DBTS, LOGL_INFO, "Updated AGCH max queue length to %d\n",
 		     bts->agch_queue.max_length);
 }
 
@@ -837,7 +837,7 @@
 		break;
 
 	default:
-		LOGP(DRSL, LOGL_ERROR, "BTS %u: unhandled pchan %s when checking mode %s\n",
+		LOGP(DBTS, LOGL_ERROR, "BTS %u: unhandled pchan %s when checking mode %s\n",
 		     bts->nr, gsm_pchan_name(pchan), gsm48_chan_mode_name(cm));
 		return 0;
 	}

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I15023436e81d5bdb51930912b221a23c69437847
Gerrit-Change-Number: 16146
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191121/ce928099/attachment.htm>


More information about the gerrit-log mailing list