mirror of
https://github.com/zrepl/zrepl.git
synced 2025-04-11 13:08:46 +02:00
Puller: fix wrong filesystem log field usage
was introduced in 9465b593
This commit is contained in:
parent
c403e56835
commit
be7176bee7
@ -83,8 +83,8 @@ func (p *Puller) replFilesystem(m remoteLocalMapping, localFilesystemState map[s
|
||||
remote := p.Remote
|
||||
|
||||
log := p.task.Log().
|
||||
WithField(logMapToField, m.Remote.ToString()).
|
||||
WithField(logMapFromField, m.Local.ToString())
|
||||
WithField(logMapFromField, m.Remote.ToString()).
|
||||
WithField(logMapToField, m.Local.ToString())
|
||||
|
||||
log.Debug("examining local filesystem state")
|
||||
localState, localExists := localFilesystemState[m.Local.ToString()]
|
||||
|
Loading…
Reference in New Issue
Block a user