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 <[email protected]>

Reply via email to