2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-28 14:39:01 +00:00

Fix recursive call to debug.Log

This commit is contained in:
Alexander Neumann 2016-09-27 22:23:02 +02:00
parent 254188f38f
commit 25945718a1

View File

@ -251,10 +251,6 @@ func (l Lock) String() string {
l.Time.Format("2006-01-02 15:04:05"), time.Since(l.Time),
l.lockID.Str())
if l.Stale() {
text += " (stale)"
}
return text
}