Skip to content

Commit 5bd785e

Browse files
Debug logs
1 parent dd07db6 commit 5bd785e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dbcon/joblist/distributedenginecomm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ int32_t DistributedEngineComm::Setup()
314314
}
315315
else
316316
{
317+
idblog("cannot connecti to PMS" << connectionId);
317318
throw runtime_error("Connection refused from PMS" + std::to_string(connectionId));
318319
}
319320
}

writeengine/client/we_clients.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ void WEClients::Listen(boost::shared_ptr<MessageQueueClient> client, uint32_t co
367367
}
368368

369369
cerr << "WEC got 0 byte message for object " << this << endl;
370+
idblog("0 byte message");
370371
goto Error;
371372
}
372373
}

0 commit comments

Comments
 (0)