Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyncEngine: Don't duplicate fatal errors #7352

Merged
merged 1 commit into from
Jul 31, 2019
Merged

Conversation

ckamm
Copy link
Contributor

@ckamm ckamm commented Jul 30, 2019

Previously fatal error texts were duplicated: Once they entered the
SyncResult via the SyncFileItem and once via syncError().

syncError is intended for folder-wide sync issues that are not pinned
to particular files. Thus that duplicated path is removed.

For #5088

Previously fatal error texts were duplicated: Once they entered the
SyncResult via the SyncFileItem and once via syncError().

syncError is intended for folder-wide sync issues that are not pinned
to particular files. Thus that duplicated path is removed.

For #5088
@ckamm ckamm added this to the 2.6.0 milestone Jul 30, 2019
@ckamm ckamm requested a review from ogoffart July 30, 2019 11:43
@ckamm ckamm self-assigned this Jul 30, 2019
@ckamm ckamm merged commit b3a3f17 into 2.6 Jul 31, 2019
@delete-merged-branch delete-merged-branch bot deleted the 5088-fatal-error-duplicate branch July 31, 2019 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants