Skip to content

Commit

Permalink
adding callsign logging to first frame
Browse files Browse the repository at this point in the history
  • Loading branch information
dbehnke committed Oct 10, 2022
1 parent 5609a26 commit eb2e398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USRP2YSF/USRP2YSF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ int CUSRP2YSF::run()
m_usrpcs = (char *)(m_usrpFrame + 46);
if(!m_usrpFrames){
m_conv.putUSRPHeader();
LogMessage("USRP text info received as first frame");
LogMessage("USRP text info received as first frame callsign=%s", m_usrpcs);
}
m_usrpFrames++;
}
Expand Down

0 comments on commit eb2e398

Please sign in to comment.