Log if the upload is forced
This commit is contained in:
parent
23986a8b77
commit
7f638056a1
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue