shenshihai преди 2 години
родител
ревизия
f21812897b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Utility.php

+ 1 - 1
src/Utility.php

@@ -287,7 +287,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);
+	logInfo("start to fetch file --",$cmd);
 	system($cmd, $ret);
 	if ($ret != 0) {
 		return false;