diff --git a/cmd/replication.go b/cmd/replication.go index cd9ef9a..094a24a 100644 --- a/cmd/replication.go +++ b/cmd/replication.go @@ -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()]