diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-23 01:15:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-23 01:15:29 +0000 |
commit | dbef849da8fd18367c2562f680739cbc1073a8f1 (patch) | |
tree | 087b104da13a2a7726f56b642202ccac6abf83da /etc/inc/pfsense-utils.inc | |
parent | 1f4705e73ab7a46379779b3acd5371a3f7044ac6 (diff) | |
download | pfsense-dbef849da8fd18367c2562f680739cbc1073a8f1.zip pfsense-dbef849da8fd18367c2562f680739cbc1073a8f1.tar.gz |
Cleanup console package installation text. Now it looks nice and tidy.
Diffstat (limited to 'etc/inc/pfsense-utils.inc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 1b18ff1..aead5d5 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -844,7 +844,7 @@ function update_output_window($text) { global $pkg_interface; $log = ereg_replace("\n", "\\n", $text); if($pkg_interface == "console") { - echo " $log\n"; + /* too chatty */ } else { echo "\n<script language=\"JavaScript\">this.document.forms[0].output.value = \"" . $log . "\";</script>"; } |