Skip to content

Commit ce6ecda

Browse files
alperozturk96AndyScherzinger
authored andcommitted
Update app/src/main/java/com/nextcloud/client/jobs/autoUpload/AutoUploadWorker.kt
Co-authored-by: Andy Scherzinger <[email protected]> Signed-off-by: Alper Öztürk <[email protected]>
1 parent af690a1 commit ce6ecda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nextcloud/client/jobs/autoUpload/AutoUploadWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ class AutoUploadWorker(
324324

325325
// if local file deleted, upload cannot be or retriable thus needs to be removed
326326
if (path.isEmpty() || !file.exists()) {
327-
Log_OC.w(TAG, "detected not existing local file, removing entity")
327+
Log_OC.w(TAG, "detected non-existing local file, removing entity")
328328
repository.deleteByLocalPathAndId(path, id)
329329
uploadsStorageManager.removeUpload(upload)
330330
continue

0 commit comments

Comments
 (0)