mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
typo
This commit is contained in:
parent
373526223d
commit
70b754620d
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ int CDAPNETGateway::run()
|
|||
//If the regex matches the message body, don't send the message
|
||||
if (ret)
|
||||
found = false;
|
||||
LogDebug("Blacklist REGEX match: Not queueing message to %07u, type %u, message: \"%.*s\"", message->m_ric, message->m_type, message->m_length, message->m_message););
|
||||
LogDebug("Blacklist REGEX match: Not queueing message to %07u, type %u, message: \"%.*s\"", message->m_ric, message->m_type, message->m_length, message->m_message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue