Skip to content

Commit e3dfa42

Browse files
alperozturk96backportbot[bot]
authored andcommitted
fix etag saving logic
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent 299f448 commit e3dfa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/owncloud/android/datamodel/FileDataStorageManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public List<OCFile> getFolderImages(OCFile folder, boolean onlyOnDevice) {
496496
}
497497

498498
public boolean saveFile(OCFile ocFile) {
499-
Log_OC.d(TAG, "saving file: " + ocFile.getRemotePath() + " etag: " + ocFile.getEtag());
499+
Log_OC.d(TAG, "saving file: " + ocFile.getRemotePath());
500500

501501
boolean overridden = false;
502502
final ContentValues cv = createContentValuesForFile(ocFile);

0 commit comments

Comments
 (0)