mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-06 13:39:56 +01:00
Add to debugging messages.
This commit is contained in:
parent
2c2ee12e58
commit
7e10fc0756
@ -147,9 +147,11 @@ class MultiListener:
|
||||
if self.v6:
|
||||
listenip = self.v6.getsockname()
|
||||
debug1('%s listening on %r.\n' % (what, listenip))
|
||||
debug2('%s listening with %r.\n' % (what, self.v6))
|
||||
if self.v4:
|
||||
listenip = self.v4.getsockname()
|
||||
debug1('%s listening on %r.\n' % (what, listenip))
|
||||
debug2('%s listening with %r.\n' % (what, self.v4))
|
||||
|
||||
|
||||
class FirewallClient:
|
||||
|
Loading…
Reference in New Issue
Block a user