From a922c0e1e2fc5b754cbf9ff37f14b86f769ab904 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Thu, 12 Nov 2020 10:46:16 +0100 Subject: [PATCH] WIP --- lib/remote/apilistener.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/remote/apilistener.cpp b/lib/remote/apilistener.cpp index 4b4d8046e..09624895f 100644 --- a/lib/remote/apilistener.cpp +++ b/lib/remote/apilistener.cpp @@ -840,6 +840,8 @@ void ApiListener::ApiTimerHandler() continue; if (ts > endpoint->GetLocalLogPosition()) { + Log(LogCritical, "DEBUG-REPLAYLOG") + << "Keeping replay log '" << ts << "' because of endpoint '" << endpoint->GetName() << "' with log position '" << endpoint->GetLocalLogPosition() << "'"; need = true; break; }