aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@scott-ullrichs-mac-pro.local>2009-02-09 15:11:33 -0500
committerScott Ullrich <sullrich@scott-ullrichs-mac-pro.local>2009-02-09 15:11:33 -0500
commit32734ce0f1b7dbb05b6edc91cc8a9e34a95b51e1 (patch)
tree2186feec89b349ebbab174492b69d66466d64bd2
parentf7abc3682a6c9ad3879d567b213d80710ce66498 (diff)
downloadpfsense-packages-32734ce0f1b7dbb05b6edc91cc8a9e34a95b51e1.tar.gz
pfsense-packages-32734ce0f1b7dbb05b6edc91cc8a9e34a95b51e1.tar.bz2
pfsense-packages-32734ce0f1b7dbb05b6edc91cc8a9e34a95b51e1.zip
Show filename in error
-rw-r--r--config/snort/snort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index a8b16681..4173b813 100644
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -556,7 +556,7 @@ function check_for_common_errors($filename) {
$contents = file_get_contents($filename);
if(stristr($contents, "You don't have permission")) {
if(!$console_mode) {
- update_all_status("An error occured. Scroll down to inspect it's contents.");
+ update_all_status("An error occured while downloading {$filename}. Scroll down to inspect it's contents.");
hide_progress_bar_status();
} else {
log_error("An error occured. Scroll down to inspect it's contents.");