Skip to content

Commit

Permalink
transmitter/txtime_setter: fix error print syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrkrysik committed Dec 28, 2018
1 parent 1785216 commit 003c872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transmitter/txtime_setter_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace gr {

if (d_fn_ref == UNKNOWN_FN) {
std::cout << "Missing reference TDMA frame number, dropping "
<< format("burst (fn=%u, tn=%u)", frame_nr, ts_num)
<< "burst (fn=" << frame_nr << ", tn=" << ts_num << ")"
<< std::endl;
return;
}
Expand Down

0 comments on commit 003c872

Please sign in to comment.