We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9923a5 commit fc0ff7eCopy full SHA for fc0ff7e
1 file changed
app/src/main/java/com/nextcloud/client/jobs/FilesSyncWork.kt
@@ -185,6 +185,7 @@ class FilesSyncWork(
185
Log_OC.d(TAG, "AutoUpload calculatedScanInterval: $calculatedScanInterval")
186
Log_OC.d(TAG, "AutoUpload totalScanInterval: $totalScanInterval")
187
Log_OC.d(TAG, "AutoUpload currentTime: $currentTime")
188
+ Log_OC.d(TAG, "AutoUpload passedScanInterval: $passedScanInterval")
189
190
if (!passedScanInterval && changedFiles.isNullOrEmpty() && !overridePowerSaving) {
191
Log_OC.w(
0 commit comments