diff --git a/fdbserver/TagPartitionedLogSystem.actor.cpp b/fdbserver/TagPartitionedLogSystem.actor.cpp index 0411bf2c86..2ab2b18062 100644 --- a/fdbserver/TagPartitionedLogSystem.actor.cpp +++ b/fdbserver/TagPartitionedLogSystem.actor.cpp @@ -1529,11 +1529,12 @@ struct TagPartitionedLogSystem : ILogSystem, ReferenceCounteddbgid; state Future maxGetPoppedDuration = delay(SERVER_KNOBS->TXS_POPPED_MAX_DELAY); wait(waitForAll(poppedReady) || maxGetPoppedDuration); if (maxGetPoppedDuration.isReady()) { - TraceEvent(SevWarnAlways, "PoppedTxsNotReady", self->dbgid); + TraceEvent(SevWarnAlways, "PoppedTxsNotReady", dbgid); } Version maxPopped = 1;