Преглед на файлове

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;