Explorar el Código

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

shenshihai hace 2 años
padre
commit
ae60022529
Se han modificado 1 ficheros con 1 adiciones y 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;