go.tools/dashboard: fix printf buf found by go vet
LGTM=iant R=adg, iant CC=golang-codereviews https://golang.org/cl/100460047
This commit is contained in:
parent
ab1e5c6c94
commit
87a30fd93f
|
@ -349,7 +349,7 @@ func (b *Builder) buildOrBench() bool {
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
default:
|
default:
|
||||||
log.Println("Unknown todo kind %v", kind)
|
log.Printf("Unknown todo kind %v", kind)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue