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

Fixed #1227 - Port: Crash when saving, conflict generated and infinit… #1231

Merged
merged 3 commits into from
May 11, 2016

Conversation

hideki
Copy link

@hideki hideki commented May 10, 2016

@@ -1699,6 +1701,9 @@ public RevisionInternal put(String docID,
(properties.containsKey("_deleted") &&
((Boolean) properties.get("_deleted")).booleanValue());

Log.v(TAG, "%s _id=%s, _rev=%s (allowConflict=%s)", (deleting ? "DELETE" : "PUT"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, I think you can use %b for boolean to show true / false.

@pasin pasin merged commit 9c9540f into master May 11, 2016
@pasin pasin deleted the feature/issue_1227 branch May 11, 2016 22:57
@pasin pasin removed the in progress label May 11, 2016
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