Change in osmo-trx[master]: debug: use LOGL_NOTICE for log category DDEV

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

dexter gerrit-no-reply at lists.osmocom.org
Wed Mar 25 11:36:31 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/17610 )


Change subject: debug: use LOGL_NOTICE for log category DDEV
......................................................................

debug: use LOGL_NOTICE for log category DDEV

The log category DDEV ueses LOGL_INFO as debug level. This is too
verbose, lets use LOGL_NOTICE instead

Change-Id: I56d45ce5c3f55574491ffa6e4d902d6ba7499d46
Related: OS#2577
---
M CommonLibs/debug.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/10/17610/1

diff --git a/CommonLibs/debug.c b/CommonLibs/debug.c
index 5e09079..b33476e 100644
--- a/CommonLibs/debug.c
+++ b/CommonLibs/debug.c
@@ -73,7 +73,7 @@
 		.name = "DDEV",
 		.description = "Device/Driver specific code",
 		.color = NULL,
-		.enabled = 1, .loglevel = LOGL_INFO,
+		.enabled = 1, .loglevel = LOGL_NOTICE,
 	},
 	[DDEVDRV] = {
 		.name = "DDEVDRV",

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I56d45ce5c3f55574491ffa6e4d902d6ba7499d46
Gerrit-Change-Number: 17610
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200325/9a33448a/attachment.htm>


More information about the gerrit-log mailing list