Skip to content

Commit 81721af

Browse files
Debug logs
1 parent 96ab17d commit 81721af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

versioning/BRM/masterdbrmnode.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,6 @@ void MasterDBRMNode::doGetSystemState(ByteStream& /*msg*/, ThreadParams* p)
19611961

19621962
try
19631963
{
1964-
idblog("calling from doGetSystemState()");
19651964
sm.getSystemState(ss);
19661965
err = ERR_OK;
19671966
reply << err;

writeengine/server/we_readthread.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,8 @@ void ReadThreadFactory::CreateReadThread(ThreadPool& Tp, IOSocket& Ios, BRM::DBR
888888

889889
aBs.peek(msgId);
890890

891+
idblog("msgId " << int(msgId));
892+
891893
switch (msgId)
892894
{
893895
case WE_SVR_DDL_KEEPALIVE:

0 commit comments

Comments
 (0)