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

+ 1 - 0
src/Utility.php

@@ -195,6 +195,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);
 	system($cmd, $ret);
 	if ($ret != 0) {
 		return false;