Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit e6c4b5f

Browse files
author
hideki
committed
Changed this log message type from ERROR to INFO because of unnessary.
1 parent 9a2f0b3 commit e6c4b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/couchbase/lite/store/ForestDBStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ public RevisionList changesSince(long lastSequence,
731731
Document doc;
732732

733733
while ((doc = itr.nextDocument()) != null) {
734-
Log.e(TAG, "[changesSince()] docID=%s seq=%d conflicted=%s", doc.getDocID(), doc.getSelectedSequence(), doc.conflicted());
734+
Log.i(TAG, "[changesSince()] docID=%s seq=%d conflicted=%s", doc.getDocID(), doc.getSelectedSequence(), doc.conflicted());
735735
List<String> revIDs;
736736
if (options.isIncludeConflicts()) {
737737
revIDs = ForestBridge.getCurrentRevisionIDs(doc, true);

0 commit comments

Comments
 (0)