diff --git a/mariadb-repmgr/repmgr.go b/mariadb-repmgr/repmgr.go index 8b2828c..215d813 100644 --- a/mariadb-repmgr/repmgr.go +++ b/mariadb-repmgr/repmgr.go @@ -371,7 +371,7 @@ func validateHostPort(h string, p string) bool { func (master *ServerMonitor) electCandidate(l []string) string { ll := len(l) if *verbose { - log.Println("Processing %s candidates", ll) + log.Printf("Processing %s candidates", ll) } seqList := make([]uint64, ll) i := 0