summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-04-27 20:25:32 -0400
committerjim-p <jimp@pfsense.org>2011-04-27 20:25:32 -0400
commitb0c2087e17d63db46623c3739d30215951e65bc4 (patch)
treefd50dd19c240b26963f64299be911e024a0cf9dd /usr
parentf35abee2f7cc85a255cd4fef137e3cd4e548ea1f (diff)
downloadpfsense-b0c2087e17d63db46623c3739d30215951e65bc4.zip
pfsense-b0c2087e17d63db46623c3739d30215951e65bc4.tar.gz
Comment out debug print
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_packet_capture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index d95e52b..2ffba1d 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -260,7 +260,7 @@ include("fbegin.inc");
$matchstr = implode($matches, " and ");
echo("<strong>" . gettext("Packet Capture is running.") . "</strong><br/>");
mwexec_bg ("/usr/sbin/tcpdump -i $selectedif $searchcount -s $packetlength -w $fp$fn $matchstr");
- echo "/usr/sbin/tcpdump -i $selectedif $searchcount -s $packetlength -w $fp$fn $matchstr";
+ // echo "/usr/sbin/tcpdump -i $selectedif $searchcount -s $packetlength -w $fp$fn $matchstr";
} else {
//action = stop
echo("<strong>" . gettext("Packet Capture stopped.") . "<br/><br/>" . gettext("Packets Captured:") . "</strong><br/>");
OpenPOWER on IntegriCloud