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


Change subject: transceiver: log chan on CTRL command received
......................................................................

transceiver: log chan on CTRL command received

Change-Id: Ia3b2a35e03a8aaddd6efebc8db2ccca872f51f20
---
M Transceiver52M/Transceiver.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index d6ddce8..8702fb6 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -721,7 +721,7 @@

   /* Set command pointer */
   command = buffer + 4;
-  LOG(INFO) << "command is " << command;
+  LOG(INFO) << "chan " << chan << ": command is " << command;

   if (match_cmd(command, "POWEROFF", NULL)) {
     stop();

--
To view, visit https://gerrit.osmocom.org/12100
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: Ia3b2a35e03a8aaddd6efebc8db2ccca872f51f20
Gerrit-Change-Number: 12100
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to