diff options
-rwxr-xr-x | config/snort/snort.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 6de4c8f3..10f3b77e 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -107,8 +107,7 @@ function sync_package_snort() } if (count($snortInterfaces) < 1) { - //log_error("Snort will not start. You must select an interface for it to listen on."); - echo "Snort will not start. You must select an interface for it to listen on."; + log_error("Snort will not start. You must select an interface for it to listen on."); return; } } |