Skip to content

Commit

Permalink
Debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackndo committed Apr 6, 2023
1 parent 00c4a95 commit f55ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsassy/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_session(self, address, target_ip="", port=445, username="", password="",
lsassy_logger.warning("Network error", exc_info=True)
self.smb_session = None
return None
lsassy_logger.info(f"smb_session: {self.smb_session}")
lsassy_logger.debug(f"smb_session: {self.smb_session}")

try:
if kerberos is True:
Expand Down

0 comments on commit f55ddb4

Please sign in to comment.