mirror of
https://github.com/restic/restic.git
synced 2024-12-24 00:37:28 +00:00
Fix recursive call to debug.Log
This commit is contained in:
parent
254188f38f
commit
25945718a1
1 changed files with 0 additions and 4 deletions
|
@ -251,10 +251,6 @@ func (l Lock) String() string {
|
||||||
l.Time.Format("2006-01-02 15:04:05"), time.Since(l.Time),
|
l.Time.Format("2006-01-02 15:04:05"), time.Since(l.Time),
|
||||||
l.lockID.Str())
|
l.lockID.Str())
|
||||||
|
|
||||||
if l.Stale() {
|
|
||||||
text += " (stale)"
|
|
||||||
}
|
|
||||||
|
|
||||||
return text
|
return text
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue