Skip to content

Commit aed361a

Browse files
author
Guillaume Lefranc
committed
Fix incorrect debug message before election
1 parent 85af861 commit aed361a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb-repmgr/repmgr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func validateHostPort(h string, p string) bool {
371371
func (master *ServerMonitor) electCandidate(l []string) string {
372372
ll := len(l)
373373
if *verbose {
374-
log.Println("Processing %s candidates", ll)
374+
log.Printf("Processing %s candidates", ll)
375375
}
376376
seqList := make([]uint64, ll)
377377
i := 0

0 commit comments

Comments
 (0)