laforge has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/15434 )

Change subject: Transceiver: Use LOGCHAN in logRxBurst to unify log format
......................................................................

Transceiver: Use LOGCHAN in logRxBurst to unify log format

Change-Id: Iec33ab73a9bf90fd0bff9ba453c32ea11bf0670e
---
M Transceiver52M/Transceiver.cpp
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index 0583998..8afbc95 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -1016,8 +1016,7 @@
     else os << "-";
   }

-  LOG(DEBUG) << std::fixed << std::right
-    << " chan: "   << chan
+  LOGCHAN(chan, DMAIN, DEBUG) << std::fixed << std::right
     << " time: "   << unsigned(bi->tn) << ":" << bi->fn
     << " RSSI: "   << std::setw(5) << std::setprecision(1) << (bi->rssi - 
rssiOffset)
                    << "dBFS/" << std::setw(6) << -bi->rssi << "dBm"

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Iec33ab73a9bf90fd0bff9ba453c32ea11bf0670e
Gerrit-Change-Number: 15434
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to