mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 17:37:13 +02: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:
parent
168a23206d
commit
96f66eacd5
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ public final class ExportCommitLogDiffAction implements Runnable {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
logger.infofmt(
|
||||||
|
"Exporting commit log diffs between %s and %s.", lowerCheckpointTime, upperCheckpointTime);
|
||||||
checkArgument(isAtOrAfter(lowerCheckpointTime, START_OF_TIME));
|
checkArgument(isAtOrAfter(lowerCheckpointTime, START_OF_TIME));
|
||||||
checkArgument(lowerCheckpointTime.isBefore(upperCheckpointTime));
|
checkArgument(lowerCheckpointTime.isBefore(upperCheckpointTime));
|
||||||
// Load the boundary checkpoints - lower is exclusive and may not exist (on the first export,
|
// Load the boundary checkpoints - lower is exclusive and may not exist (on the first export,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue