aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2019-12-24 15:09:04 +1000
committeronefang2019-12-24 15:09:04 +1000
commit10f9b765ab4659c9ad40803eb708e54b404f699d (patch)
tree3a373d2de7c84c47fb47ff3f9fb2053300fe8dbc
parentBetter log file names for IPs and files. (diff)
downloadapt-panopticon-10f9b765ab4659c9ad40803eb708e54b404f699d.zip
apt-panopticon-10f9b765ab4659c9ad40803eb708e54b404f699d.tar.gz
apt-panopticon-10f9b765ab4659c9ad40803eb708e54b404f699d.tar.bz2
apt-panopticon-10f9b765ab4659c9ad40803eb708e54b404f699d.tar.xz
Clean out left over test.
Diffstat (limited to '')
-rwxr-xr-xapt-panopticon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua
index 0d866d3..5cf776e 100755
--- a/apt-panopticon.lua
+++ b/apt-panopticon.lua
@@ -443,7 +443,7 @@ checkHost = function (orig, host, path, ip, file)
443 else 443 else
444 if orig == host then 444 if orig == host then
445 D("checkHost " .. orig .. "" .. file) 445 D("checkHost " .. orig .. "" .. file)
446 if APT.testing("IPv4") then APT.fork("ionice -c3 ./apt-panopticon.lua " .. sendArgs .. " -o " .. orig .. path .. " " .. file) end 446 APT.fork("ionice -c3 ./apt-panopticon.lua " .. sendArgs .. " -o " .. orig .. path .. " " .. file)
447 else D("checkHost " .. orig .. " -> " .. host) end 447 else D("checkHost " .. orig .. " -> " .. host) end
448 end 448 end
449end 449end