From b68f7eebb9763c0ea8f135f72026bfb787b78c6c Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 14 Dec 2021 17:29:47 +0100 Subject: fix(3p/gerrit-queue): submitqueue/runner.go: fix format string Imported from https://github.com/flokli/gerrit-queue/pull/9 Change-Id: I8a1747686cfd60d28867a99b0c86d5b9b6ba352e Reviewed-on: https://cl.tvl.fyi/c/depot/+/4328 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: flokli Autosubmit: tazjin --- third_party/gerrit-queue/submitqueue/runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gerrit-queue') diff --git a/third_party/gerrit-queue/submitqueue/runner.go b/third_party/gerrit-queue/submitqueue/runner.go index 5ac4b04db0..0b4cbcd8dd 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 } -- cgit 1.4.1