This commit is contained in:
Simon 2018-11-15 11:38:22 +00:00
parent 373526223d
commit 70b754620d

View file

@ -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);
}
}