Log if the upload is forced

This commit is contained in:
Vishnu Mohandas 2021-02-26 14:02:16 +05:30
parent 23986a8b77
commit 7f638056a1

View file

@ -177,7 +177,10 @@ class FileUploader {
var sourceFile;
try {
_logger.info("Trying to upload " + file.toString());
_logger.info("Trying to upload " +
file.toString() +
", isForced: " +
forcedUpload.toString());
sourceFile = (await (await file.getAsset()).originFile);
var key;
var isAlreadyUploadedFile = file.uploadedFileID != null;