Change in ...osmo-trx[master]: Transceiver: Use LOGCHAN in logRxBurst to unify log format

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

laforge gerrit-no-reply at lists.osmocom.org
Fri Sep 6 18:59:06 UTC 2019


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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190906/6c44e1e1/attachment.htm>


More information about the gerrit-log mailing list