Skip to content

Commit

Permalink
#29 clarify log
Browse files Browse the repository at this point in the history
  • Loading branch information
F4FXL committed Dec 28, 2022
1 parent 6d889c9 commit f90d565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/APRSHandlerThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ void* CAPRSHandlerThread::Entry()
}
else if(line.length() > 0 && line[0] != '#') {
m_keepAliveTimer.start();
CLog::logDebug("APRS <== %s", line.c_str());
CLog::logDebug("APRS Frame received from IS <== %s", line.c_str());
CAPRSFrame readFrame;
if(CAPRSParser::parseFrame(line, readFrame)) {
for(auto cb : m_APRSReadCallbacks) {
Expand Down

0 comments on commit f90d565

Please sign in to comment.