We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85af861 commit aed361aCopy full SHA for aed361a
mariadb-repmgr/repmgr.go
@@ -371,7 +371,7 @@ func validateHostPort(h string, p string) bool {
371
func (master *ServerMonitor) electCandidate(l []string) string {
372
ll := len(l)
373
if *verbose {
374
- log.Println("Processing %s candidates", ll)
+ log.Printf("Processing %s candidates", ll)
375
}
376
seqList := make([]uint64, ll)
377
i := 0
0 commit comments