fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

zoekt-indexserver: use value format directive for bad conf warning

Test Plan: go test ./...

+1 -1
+1 -1
cmd/zoekt-indexserver/config.go
··· 261 261 } 262 262 cmd.Args = append(cmd.Args, c.GerritApiURL) 263 263 } 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) 265 265 continue 266 266 } 267 267