mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-22 09:17:43 +02:00
WIP
This commit is contained in:
parent
d80eb89908
commit
a922c0e1e2
@ -840,6 +840,8 @@ void ApiListener::ApiTimerHandler()
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (ts > endpoint->GetLocalLogPosition()) {
|
if (ts > endpoint->GetLocalLogPosition()) {
|
||||||
|
Log(LogCritical, "DEBUG-REPLAYLOG")
|
||||||
|
<< "Keeping replay log '" << ts << "' because of endpoint '" << endpoint->GetName() << "' with log position '" << endpoint->GetLocalLogPosition() << "'";
|
||||||
need = true;
|
need = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user