diff options
author | onefang | 2019-12-24 15:09:04 +1000 |
---|---|---|
committer | onefang | 2019-12-24 15:09:04 +1000 |
commit | 10f9b765ab4659c9ad40803eb708e54b404f699d (patch) | |
tree | 3a373d2de7c84c47fb47ff3f9fb2053300fe8dbc | |
parent | Better log file names for IPs and files. (diff) | |
download | apt-panopticon-10f9b765ab4659c9ad40803eb708e54b404f699d.zip apt-panopticon-10f9b765ab4659c9ad40803eb708e54b404f699d.tar.gz apt-panopticon-10f9b765ab4659c9ad40803eb708e54b404f699d.tar.bz2 apt-panopticon-10f9b765ab4659c9ad40803eb708e54b404f699d.tar.xz |
Clean out left over test.
-rwxr-xr-x | apt-panopticon.lua | 2 |
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 |
449 | end | 449 | end |