WANG há 6 anos atrás
pai
commit
ce824e0ac4

+ 4 - 4
examcloud-exchange-inner-service/src/main/java/cn/com/qmth/examcloud/exchange/inner/service/upyun/UpYunClient.java

@@ -190,8 +190,8 @@ public class UpYunClient {
 		}
 
 		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;
@@ -248,8 +248,8 @@ public class UpYunClient {
 		}
 
 		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.");
 		}
 
 	}