Commit b32701a5 authored by Geoff Simmons's avatar Geoff Simmons

Fix a formatted error message (spotted by go vet).

parent 1afb5654
......@@ -242,7 +242,7 @@ func main() {
informerFactory, vcrInformerFactory, vsecrInformerFactory,
tsecrInformerFactory, *incomplRetryDelayF)
if err != nil {
log.Fatalf("Could not initialize controller: %v")
log.Fatalf("Could not initialize controller: %v", err)
os.Exit(-1)
}
vController.EvtGenerator(ingController)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment