diff --git a/src/internal/connector/onedrive/item.go b/src/internal/connector/onedrive/item.go index bdc64b068..5b9be865c 100644 --- a/src/internal/connector/onedrive/item.go +++ b/src/internal/connector/onedrive/item.go @@ -256,7 +256,7 @@ func filterUserPermissions(ctx context.Context, perms []models.Permissionable) [ logm.With("application_id", ptr.Val(gv2.GetApplication().GetId())) } if gv2.GetDevice() != nil { - logm.With("application_id", ptr.Val(gv2.GetDevice().GetId())) + logm.With("device_id", ptr.Val(gv2.GetDevice().GetId())) } logm.Info("untracked permission") }