mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +02:00
WIP
This commit is contained in:
parent
d80eb89908
commit
a922c0e1e2
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user