pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/15257


Change subject: lms: Use define LOG_LEVEL_CRITICIAL instead of value
......................................................................

lms: Use define LOG_LEVEL_CRITICIAL instead of value

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



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

diff --git a/Transceiver52M/device/lms/LMSDevice.cpp 
b/Transceiver52M/device/lms/LMSDevice.cpp
index f55b555..d4e8640 100644
--- a/Transceiver52M/device/lms/LMSDevice.cpp
+++ b/Transceiver52M/device/lms/LMSDevice.cpp
@@ -81,7 +81,7 @@
 {
        /* map lime specific log levels */
        static const int lvl_map[5] = {
-               [0] = LOGL_FATAL,
+               [LOG_LEVEL_CRITICAL] = LOGL_FATAL,
                [LMS_LOG_ERROR] = LOGL_ERROR,
                [LMS_LOG_WARNING] = LOGL_NOTICE,
                [LMS_LOG_INFO] = LOGL_INFO,

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ie5bb99a76580c5780a24f190682700c5e69b3d85
Gerrit-Change-Number: 15257
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to