mirror of
https://github.com/google/nomulus
synced 2026-09-19 06:32:00 +00:00
Add a log message indicating that the restore is complete
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171719014
This commit is contained in:
@@ -126,6 +126,7 @@ public class RestoreCommitLogsAction implements Runnable {
|
|||||||
.setLastWrittenTime(entry.getValue())
|
.setLastWrittenTime(entry.getValue())
|
||||||
.build())
|
.build())
|
||||||
.append(CommitLogCheckpointRoot.create(lastCheckpoint.getCheckpointTime())));
|
.append(CommitLogCheckpointRoot.create(lastCheckpoint.getCheckpointTime())));
|
||||||
|
logger.info("Restore complete");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user