|
@@ -297,7 +297,7 @@ public class UploadToOssUtil {
|
|
|
String sha1 = MD5Checksum.getSHA1(inputStream);
|
|
|
return new FileInfoVo(md5,sha1.toUpperCase(),LastMo.getTime(),size);
|
|
|
}catch (Exception e){
|
|
|
- log.info("oss-getFileInfo-error:{}",e);
|
|
|
+ log.info("oss-getFileInfo-error:{}",filePath,e);
|
|
|
}finally {
|
|
|
if(ossClient != null){
|
|
|
ossClient.shutdown();
|