mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Also change second log message
This commit is contained in:
parent
ef76c9c995
commit
dbc556973d
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ bool CDAPNETGateway::sendData()
|
|||
if (!m_queue.empty()) {
|
||||
CPOCSAGMessage* message = m_queue.back();
|
||||
m_queue.pop_back();
|
||||
LogDebug("Sending message to %06X: \"%.*s\"", message->m_ric, message->m_length, message->m_message);
|
||||
LogDebug("Sending message to %07d: \"%.*s\"", message->m_ric, message->m_length, message->m_message);
|
||||
m_pocsagNetwork->write(message);
|
||||
delete message;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue