summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Zeng <seanzxx@me.com>2015-03-21 15:36:42 -0700
committerSean Zeng <seanzxx@me.com>2015-03-21 15:36:42 -0700
commitbdad253ef55b31c2cd59a9305f6e7fc37cfe16d1 (patch)
treeff1d4f5cc53388cc3641a2a4666114b59ea2dea7
parent49c55f682539c3bf05df498fc7a098a6388a9e7b (diff)
fix mistake
-rw-r--r--src/firewall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firewall.py b/src/firewall.py
index a0af8e2..d18b64e 100644
--- a/src/firewall.py
+++ b/src/firewall.py
@@ -470,7 +470,7 @@ def do_ipfw(port, dnsport, family, subnets, udp):
def pfctl(args, stdin = None):
argv = ['pfctl'] + list(args.split(" "))
- debug1('>> %s' % ' '.join(argv), stdin)
+ debug1('>> %s' % ' '.join(argv))
p = ssubprocess.Popen(argv, stdin = ssubprocess.PIPE,
stdout = ssubprocess.PIPE,