diff options
Diffstat (limited to 'third_party/gerrit-queue')
-rw-r--r-- | third_party/gerrit-queue/submitqueue/runner.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gerrit-queue/submitqueue/runner.go b/third_party/gerrit-queue/submitqueue/runner.go index 5ac4b04db0fd..0b4cbcd8dd7c 100644 --- a/third_party/gerrit-queue/submitqueue/runner.go +++ b/third_party/gerrit-queue/submitqueue/runner.go @@ -120,7 +120,7 @@ func (r *Runner) Trigger(fetchOnly bool) error { // discard wipSerie not rebased on HEAD // we rebase them at the end of the loop, so this means master advanced without going through the submit queue if !r.gerrit.SerieIsRebasedOnHEAD(r.wipSerie) { - l.Warnf("HEAD has moved to {} while still waiting for wipSerie, discarding it", r.gerrit.GetHEAD()) + l.Warnf("HEAD has moved to %v while still waiting for wipSerie, discarding it", r.gerrit.GetHEAD()) r.wipSerie = nil continue } |