mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02: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:
parent
840d53c819
commit
9a3877fdb2
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue