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

Commit 85b0660

Browse files
author
hideki
committed
Fixed comments
1 parent 1fcd25e commit 85b0660

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,6 @@ public Map<String, Object> getAllDocs(QueryOptions options) throws CouchbaseLite
708708
}
709709
}
710710

711-
Log.e(TAG, "rows.size()=%d", rows.size());
712-
713711
result.put("rows", rows);
714712
result.put("total_rows", rows.size());
715713
result.put("offset", options.getSkip());
@@ -1026,7 +1024,7 @@ private Document getDocumentWithRetry(String docID, boolean mustExist, int retry
10261024
}
10271025
}
10281026
}
1029-
Log.e(TAG, "Retried %s times. But keep failing ForestDB.getDocument() docID=%s", retry, docID);
1027+
Log.e(TAG, "Retried %s times. But keep failing ForestDB.getDocument() docID=%s", ex, retry, docID);
10301028
throw ex;
10311029
}
10321030

0 commit comments

Comments
 (0)