Skip to content

Commit

Permalink
transceiver: log chan on CTRL command received
Browse files Browse the repository at this point in the history
Change-Id: Ia3b2a35e03a8aaddd6efebc8db2ccca872f51f20
  • Loading branch information
pespin authored and laf0rge committed Dec 5, 2018
1 parent 138caaf commit 2f53ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transceiver52M/Transceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ void Transceiver::driveControl(size_t chan)

/* 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();
Expand Down

0 comments on commit 2f53ea4

Please sign in to comment.