summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-06 15:58:37 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-06 15:58:37 -0500
commit608b154df2d6fc15d3359261ee6ca8617e128436 (patch)
treee0d29153ec21a2e679de58b9f358d358d36fcecd
parentca99d6a642f55d0aa2627dd4994056cbd743db2c (diff)
downloadpfsense-608b154df2d6fc15d3359261ee6ca8617e128436.zip
pfsense-608b154df2d6fc15d3359261ee6ca8617e128436.tar.gz
Shorten repo download message
-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 d7aa27e..0f3e2e5 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -451,7 +451,7 @@ function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url =
update_output_window($static_output);
return false;
} else {
- $static_output .= " downloaded from {$osname} repository instead of provided one.\n";
+ $static_output .= " [{$osname} repository]\n";
update_output_window($static_output);
}
}
OpenPOWER on IntegriCloud