Merge pull request #19 from AnsgarSchmidt/master

Adding DebugLog entry for Queue size
This commit is contained in:
Florian (DF2ET) 2018-11-27 07:02:33 +01:00 committed by GitHub
commit 2e9ccf7bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -362,6 +362,7 @@ int CDAPNETGateway::run()
}
m_queue.push_front(message);
LogDebug("Messages in Queue %04u", m_queue.size());
}
}