Merge branch '11908-properties-column-json'
[arvados.git] / sdk / python / arvados / commands / put.py
index afd9bdcd89d07b2b4447b059a33b49ccbe483a6c..ec4ae8fb6f971a8d19307a58311b2dec8eed70bc 100644 (file)
@@ -710,6 +710,7 @@ class ArvPutUploadJob(object):
             elif file_in_local_collection.permission_expired():
                 # Permission token expired, re-upload file. This will change whenever
                 # we have a API for refreshing tokens.
+                self.logger.warning("Uploaded file '{}' access token expired, will re-upload it from scratch".format(filename))
                 should_upload = True
                 self._local_collection.remove(filename)
             elif cached_file_data['size'] == file_in_local_collection.size():