|
@@ -190,8 +190,8 @@ public class UpYunClient {
|
|
}
|
|
}
|
|
|
|
|
|
if (log.isDebugEnabled()) {
|
|
if (log.isDebugEnabled()) {
|
|
- log.debug("[upyun]. path=" + path + "; cost " + (System.currentTimeMillis() - s)
|
|
|
|
- + " ms.");
|
|
|
|
|
|
+ log.debug("[upyun]. write file. path=" + path + "; cost "
|
|
|
|
+ + (System.currentTimeMillis() - s) + " ms.");
|
|
}
|
|
}
|
|
|
|
|
|
String fileUrl = this.domain + filePath;
|
|
String fileUrl = this.domain + filePath;
|
|
@@ -248,8 +248,8 @@ public class UpYunClient {
|
|
}
|
|
}
|
|
|
|
|
|
if (log.isDebugEnabled()) {
|
|
if (log.isDebugEnabled()) {
|
|
- log.debug("[upyun]. path=" + path + "; cost " + (System.currentTimeMillis() - s)
|
|
|
|
- + " ms.");
|
|
|
|
|
|
+ log.debug("[upyun]. delete file. path=" + path + "; cost "
|
|
|
|
+ + (System.currentTimeMillis() - s) + " ms.");
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|