Explorar o código

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

shenshihai %!s(int64=2) %!d(string=hai) anos
pai
achega
ae60022529
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;