补全报错信息输出

This commit is contained in:
SerendipityR 2022-10-04 18:41:12 +08:00 committed by GitHub
parent fe60332448
commit 66b4b9da18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class ProxyUtil {
fileWriter.close();
workingProxiesList.add(proxy);
} catch (IOException e) {
LogUtil.doLog(1, "保存有效代理失败! IO异常", null);
LogUtil.doLog(1, "保存有效代理失败! IO异常: " + e.getMessage(), null);
}
}
}