mirror of
https://github.com/zrepl/zrepl.git
synced 2025-04-23 19:11:07 +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
|
remote := p.Remote
|
||||||
|
|
||||||
log := p.task.Log().
|
log := p.task.Log().
|
||||||
WithField(logMapToField, m.Remote.ToString()).
|
WithField(logMapFromField, m.Remote.ToString()).
|
||||||
WithField(logMapFromField, m.Local.ToString())
|
WithField(logMapToField, m.Local.ToString())
|
||||||
|
|
||||||
log.Debug("examining local filesystem state")
|
log.Debug("examining local filesystem state")
|
||||||
localState, localExists := localFilesystemState[m.Local.ToString()]
|
localState, localExists := localFilesystemState[m.Local.ToString()]
|
||||||
|
Loading…
Reference in New Issue
Block a user