浏览代码

Merge branch 'master' of http://gogs-dist.lysis.com.cn:3000/a/distribute-helper

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

+ 1 - 0
src/Utility.php

@@ -196,6 +196,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;