Przeglądaj źródła

update server/src/main/java/cn/keking/utils/DownloadUtils.java.
调整下载报错

Signed-off-by: 高雄 <admin@cxcp.com>

高雄 2 lat temu
rodzic
commit
a867effa68

+ 1 - 1
server/src/main/java/cn/keking/utils/DownloadUtils.java

@@ -75,7 +75,7 @@ public class DownloadUtils {
             response.setMsg(fileName);
             return response;
         } catch (IOException | GalimatiasParseException e) {
-            logger.error("文件下载失败,url:{}", urlStr, e);
+            logger.error("文件下载失败,url:{}", urlStr);
             response.setCode(1);
             response.setContent(null);
             if (e instanceof FileNotFoundException) {