diff --git a/src/internal/connector/onedrive/collection.go b/src/internal/connector/onedrive/collection.go index 1f9ce9c32..39624f3a6 100644 --- a/src/internal/connector/onedrive/collection.go +++ b/src/internal/connector/onedrive/collection.go @@ -565,7 +565,7 @@ func (oc *Collection) populateItems(ctx context.Context, errs *fault.Bus) { ctx, itemData, observe.ItemBackupMsg, - clues.Hide(itemID+dataSuffix), + clues.Hide(itemName+dataSuffix), itemSize) go closer() @@ -584,7 +584,7 @@ func (oc *Collection) populateItems(ctx context.Context, errs *fault.Bus) { ctx, itemMeta, observe.ItemBackupMsg, - clues.Hide(metaFileName+metaSuffix), + clues.Hide(itemName+metaSuffix), int64(itemMetaSize)) go closer() return progReader, nil