mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Less verbose exception log
This commit is contained in:
parent
1335459bc1
commit
06f28fbac0
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class DNSCollector:
|
|||
logging.debug( "Adding DNS response: %s => %s" % ( address, hostname ) )
|
||||
self.hosts[address] = hostname
|
||||
except Exception, e:
|
||||
logging.exception("Error while parsing DNS response:")
|
||||
logging.error("Error while parsing DNS response: %s" % e)
|
||||
|
||||
def get_hostname( self, address ):
|
||||
with self.lock:
|
||||
|
|
Loading…
Add table
Reference in a new issue