diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-01-06 15:58:37 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-01-06 15:58:37 -0500 |
commit | 608b154df2d6fc15d3359261ee6ca8617e128436 (patch) | |
tree | e0d29153ec21a2e679de58b9f358d358d36fcecd /etc | |
parent | ca99d6a642f55d0aa2627dd4994056cbd743db2c (diff) | |
download | pfsense-608b154df2d6fc15d3359261ee6ca8617e128436.zip pfsense-608b154df2d6fc15d3359261ee6ca8617e128436.tar.gz |
Shorten repo download message
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pkg-utils.inc | 2 |
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); } } |