Correct warning formatting

This commit is contained in:
Jakob Borg 2014-06-03 09:38:41 +02:00
parent ac037e0fa3
commit 829990c9ef
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ func (m *Model) broadcastIndexLoop() {
go func() {
err := m.saveIndex(repo, m.indexDir, idx)
if err != nil {
l.Warnln("Saving index for %q: %v", repo, err)
l.Warnf("Saving index for %q: %v", repo, err)
}
indexWg.Done()
}()