Update src/internal/connector/sharepoint/restore.go
Update for logging error. Co-authored-by: Keepers <ryanfkeepers@gmail.com>
This commit is contained in:
parent
c6fcc4f1d7
commit
c439ffd74c
@ -329,7 +329,7 @@ func RestorePageCollection(
|
||||
|
||||
itemPath, err := dc.FullPath().Append(itemData.UUID(), true)
|
||||
if err != nil {
|
||||
logger.Ctx(ctx).DPanicw("transforming item to full path", "error", err)
|
||||
logger.Ctx(ctx).Errorw("transforming item to full path", "error", err)
|
||||
errUpdater(itemData.UUID(), err)
|
||||
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user