Change in osmo-trx[master]: lms: Apply LMS->OSMO log level conversion

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Nov 23 13:40:00 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/11902


Change subject: lms: Apply LMS->OSMO log level conversion
......................................................................

lms: Apply LMS->OSMO log level conversion

Change-Id: I3a8fbcc7cacebc7038c60175a8ae43b21f713cbb
---
M Transceiver52M/device/lms/LMSDevice.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp
index 318df17..0a6c4a2 100644
--- a/Transceiver52M/device/lms/LMSDevice.cpp
+++ b/Transceiver52M/device/lms/LMSDevice.cpp
@@ -71,7 +71,7 @@
 	if ((unsigned int) lvl >= ARRAY_SIZE(lvl_map))
 		lvl = ARRAY_SIZE(lvl_map)-1;
 
-	LOGLV(DLMS, lvl) << msg;
+	LOGLV(DLMS, lvl_map[lvl]) << msg;
 }
 
 static void thread_enable_cancel(bool cancel)

-- 
To view, visit https://gerrit.osmocom.org/11902
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a8fbcc7cacebc7038c60175a8ae43b21f713cbb
Gerrit-Change-Number: 11902
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181123/c74c5fc7/attachment.htm>


More information about the gerrit-log mailing list