mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Merge pull request #19 from AnsgarSchmidt/master
Adding DebugLog entry for Queue size
This commit is contained in:
commit
2e9ccf7bbb
1 changed files with 1 additions and 0 deletions
|
|
@ -362,6 +362,7 @@ int CDAPNETGateway::run()
|
|||
}
|
||||
|
||||
m_queue.push_front(message);
|
||||
LogDebug("Messages in Queue %04u", m_queue.size());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue