Skip to content

Commit

Permalink
add logging callsign from usrp
Browse files Browse the repository at this point in the history
  • Loading branch information
dbehnke committed Oct 10, 2022
1 parent 4d7ccc3 commit 5609a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USRP2M17/USRP2M17.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ int CUSRP2M17::run()

if(!m_usrpFrames){
m_conv.putUSRPHeader();
LogMessage("USRP text info received as first frame");
LogMessage("USRP text info received first frame, callsign=%s", m_usrpcs);
}
m_usrpFrames++;
}
Expand Down

0 comments on commit 5609a26

Please sign in to comment.