This commit is contained in:
Noah Hilverling 2020-11-12 10:46:16 +01:00
parent d80eb89908
commit a922c0e1e2

View File

@ -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;
}