lib/model: Fix logging placeholder

This commit is contained in:
Jakob Borg 2020-04-16 15:42:45 +02:00
parent 7fa699e159
commit 171b8139ab
1 changed files with 1 additions and 1 deletions

View File

@ -2000,7 +2000,7 @@ func (s *indexSender) sendIndexTo(ctx context.Context) error {
l.Warnln("Failed repairing sequence entries:", dbErr)
panic("Failed repairing sequence entries")
} else {
l.Infoln("Repaired %v sequence entries in database", fixed)
l.Infof("Repaired %v sequence entries in database", fixed)
}
}()
return false