summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-11-09 03:12:42 +0000
committerTed Trask <ttrask01@yahoo.com>2013-11-09 03:12:42 +0000
commit337ac8243e4f7864b4f5918106ba29e1ff4b8b54 (patch)
tree9cb716f53fb14c165c20ec766b44c9563d6928d2
parentbe4cc12fb0ac31cd5c1de0cdb2d81f3e403dd4af (diff)
downloadacf-awall-337ac8243e4f7864b4f5918106ba29e1ff4b8b54.tar.bz2
acf-awall-337ac8243e4f7864b4f5918106ba29e1ff4b8b54.tar.xz
Drop broken debug call to logevent
-rw-r--r--awall-model.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/awall-model.lua b/awall-model.lua
index e242d40..6c08673 100644
--- a/awall-model.lua
+++ b/awall-model.lua
@@ -27,7 +27,6 @@ local findfiles = function(where)
-- awall will use links, but we want to drop the links from /etc/awall/ to one of the optional dirs
-- because those are the ones handled by enable/disable
local link = posix.dirname(posix.readlink(where..d) or "").."/"
-logevent("link = "..link)
if where == etcpath and (string.find(link, "^"..etcoptionalpath.."$") or string.find(link, "^"..usroptionalpath.."$")) then
-- do nothing
else