Skip to content

Commit 4d224c4

Browse files
debug logs
1 parent f31545c commit 4d224c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

writeengine/client/we_clients.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,16 @@ void WEClients::Listen(boost::shared_ptr<MessageQueueClient> client, uint32_t co
343343
{
344344
SBS sbs;
345345

346+
idblog("conn index " << connIndex << ", ip addr " << client->addr2String());
347+
346348
try
347349
{
348350
while (Busy())
349351
{
350352
// TODO: This call blocks so setting Busy() in another thread doesn't work here...
351353
sbs = client->read();
352354

355+
idblog("received packet. conn index " << connIndex << ", ip addr " << client->addr2String() << ", length " << sbs->length());
353356
if (sbs->length() != 0)
354357
{
355358
// cout << "adding data to connIndex " << endl;

0 commit comments

Comments
 (0)