Skip to content

Commit 008a775

Browse files
committed
zoekt-indexserver: use value format directive for bad conf warning
Test Plan: go test ./...
1 parent 9abbb8b commit 008a775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/zoekt-indexserver/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func executeMirror(cfg []ConfigEntry, repoDir string, pendingRepos chan<- string
261261
}
262262
cmd.Args = append(cmd.Args, c.GerritApiURL)
263263
} else {
264-
log.Printf("executeMirror: ignoring config, because it does not contain any valid repository definition: %q", c)
264+
log.Printf("executeMirror: ignoring config, because it does not contain any valid repository definition: %v", c)
265265
continue
266266
}
267267

0 commit comments

Comments
 (0)