mirror of
https://github.com/restic/restic.git
synced 2024-12-23 16:26:11 +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.lockID.Str())
|
||||
|
||||
if l.Stale() {
|
||||
text += " (stale)"
|
||||
}
|
||||
|
||||
return text
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue