Skip to content

Commit

Permalink
make logging for probe method
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon2fly committed Aug 16, 2016
1 parent c66c516 commit 989c18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpnproxy_tui.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ def is_alive(servers, queue):

while not my_queue.empty():
dead_server = my_queue.get()
self.messages['debug'].appendleft(" Delete dead VPN server: "+dead_server)
del self.vpndict[dead_server]

def dns_manager(self, action='backup'):
Expand Down

0 comments on commit 989c18e

Please sign in to comment.