mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
lib/model: Fix logging placeholder
This commit is contained in:
parent
7fa699e159
commit
171b8139ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user