Log why we are skipping a large file for upload

Log the reason why a file is not being uploaded (missed this in fec7654)
This commit is contained in:
abraunegg 2018-04-12 08:44:52 +10:00
parent fec7654118
commit 7eb11f0b44

View file

@ -927,6 +927,9 @@ final class SyncEngine
log.vlog("Updating the local database with details for this file: ", path);
saveItem(fileDetailsFromOneDrive);
}
} else {
// Skip file - too large
log.log("Skipping uploading this new file as it exceeds the maximum allowed OneDrive size: ", path);
}
}