diff options
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 7defaad..06a051e 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -1106,6 +1106,8 @@ if 0 < #arg then | |||
1106 | ) | 1106 | ) |
1107 | else | 1107 | else |
1108 | E("no IPs for " .. pu.host) | 1108 | E("no IPs for " .. pu.host) |
1109 | APT.logPost() | ||
1110 | return | ||
1109 | end | 1111 | end |
1110 | end | 1112 | end |
1111 | 1113 | ||