mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Add logging statement to export commit log diffs action
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192548282
This commit is contained in:
@@ -85,6 +85,8 @@ public final class ExportCommitLogDiffAction implements Runnable {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
logger.infofmt(
|
||||
"Exporting commit log diffs between %s and %s.", lowerCheckpointTime, upperCheckpointTime);
|
||||
checkArgument(isAtOrAfter(lowerCheckpointTime, START_OF_TIME));
|
||||
checkArgument(lowerCheckpointTime.isBefore(upperCheckpointTime));
|
||||
// Load the boundary checkpoints - lower is exclusive and may not exist (on the first export,
|
||||
|
||||
Reference in New Issue
Block a user