shenshihai 2 年之前
父节点
当前提交
f21812897b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Utility.php

+ 1 - 1
src/Utility.php

@@ -287,7 +287,7 @@ function downloadToDir($toolDir,$ossHost,$repoName,$fileName,$targetDir){
 	
 	$remoteUrl = pathJoin($ossHost,$repoName,$fileName);
 	$cmd = $gopeed." -D=" . $targetDir . " " . $remoteUrl;
-	logInfo("start to fetch common file --",$cmd);
+	logInfo("start to fetch file --",$cmd);
 	system($cmd, $ret);
 	if ($ret != 0) {
 		return false;