summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-25 12:51:27 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-25 12:51:27 -0500
commit76a6d6ae79e078a388f78a43544b9d2e583f36f2 (patch)
tree4b53f78511ca07a339db412170be6efe04262b65
parent62743ffa545e8afd1912b64e409aa172662b5868 (diff)
downloadpfsense-76a6d6ae79e078a388f78a43544b9d2e583f36f2.zip
pfsense-76a6d6ae79e078a388f78a43544b9d2e583f36f2.tar.gz
s/Trying to download/Downloading
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 8b9d6a6..8b13412 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -427,7 +427,7 @@ function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url =
$base_url = substr($base_url, 0, -1);
$static_output .= "\n" . str_repeat(" ", $dependlevel * 2) . $pkgname . " ";
$fetchto = "{$g['tmp_path']}/apkg_{$filename}";
- $static_output .= "\n" . str_repeat(" ", $dependlevel * 2 + 1) . "Trying to download {$base_url}/{$filename} ... ";
+ $static_output .= "\n" . str_repeat(" ", $dependlevel * 2 + 1) . "Downloading {$base_url}/{$filename} ... ";
if (download_file_with_progress_bar("{$base_url}/{$filename}", $fetchto) !== true) {
if ($base_url != $priv_url && download_file_with_progress_bar("{$priv_url}/{$filename}", $fetchto) !== true) {
$static_output .= " could not download from there or {$priv_url}/{$filename}.\n";
OpenPOWER on IntegriCloud