|
@@ -213,7 +213,7 @@ public class OssFileService extends AbstractFYunFileService {
|
|
|
contentJson.append(line);
|
|
|
}
|
|
|
} catch (IOException e) {
|
|
|
- log.error("读取scene.json文件流失败", e);
|
|
|
+ log.error("读取文件流失败,{}", remoteFilePath, e);
|
|
|
}
|
|
|
ossObject.close();
|
|
|
return contentJson.toString();
|