Commit bdef0c47 by unknown

debug

parent c1987067
......@@ -94,7 +94,7 @@ public class QiniuFileService {
if (r != null) {
try {
System.out.println("multipartFile is null 444");
logger.error("Qiniu upload error:host:" + proxyHost + ",port:" + proxyPort+",exception:%s",
logger.error("Qiniu upload error:host:" + proxyHost + ",port:" + proxyPort+",exception:"+r.bodyString(),
String.format("QiniuException msg: %s", r.bodyString()));
} catch (Exception e2) {
System.out.println("multipartFile is null 555");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment