We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ce9e9 commit abb5f1dCopy full SHA for abb5f1d
1 file changed
nxc/protocols/smb.py
@@ -273,8 +273,7 @@ def enum_host_info(self):
273
self.signing,
274
)
275
except Exception as e:
276
- self.logger.debug(f"Error adding host {self.host} into db")
277
- self.logger.debug(str(e))
+ self.logger.debug(f"Error adding host {self.host} into db: {e!s}")
278
279
try:
280
# DCs seem to want us to logoff first, windows workstations sometimes reset the connection
0 commit comments