replication/logic: log filesystem during replication steps

This commit is contained in:
Christian Schwarz 2020-04-11 15:07:31 +02:00
parent 0d4bfda2fb
commit e594421322

View File

@ -602,7 +602,7 @@ func (s *Step) doReplication(ctx context.Context) error {
fs := s.parent.Path
log := getLogger(ctx)
log := getLogger(ctx).WithField("filesystem", fs)
sr := s.buildSendRequest(false)
log.Debug("initiate send request")