Skip to content

Commit

Permalink
zoekt-indexserver: use value format directive for bad conf warning
Browse files Browse the repository at this point in the history
Test Plan: go test ./...
  • Loading branch information
keegancsmith committed Jul 13, 2023
1 parent 9abbb8b commit 008a775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zoekt-indexserver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func executeMirror(cfg []ConfigEntry, repoDir string, pendingRepos chan<- string
}
cmd.Args = append(cmd.Args, c.GerritApiURL)
} else {
log.Printf("executeMirror: ignoring config, because it does not contain any valid repository definition: %q", c)
log.Printf("executeMirror: ignoring config, because it does not contain any valid repository definition: %v", c)
continue
}

Expand Down

0 comments on commit 008a775

Please sign in to comment.