diff --git a/DAPNETGateway.cpp b/DAPNETGateway.cpp index b7c47ec..4bf6a39 100644 --- a/DAPNETGateway.cpp +++ b/DAPNETGateway.cpp @@ -362,6 +362,7 @@ int CDAPNETGateway::run() } m_queue.push_front(message); + LogDebug("Messages in Queue %04u", m_queue.size()); } }