Skip to content

Commit

Permalink
Fix logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle committed Mar 28, 2017
1 parent 512c254 commit 8a7bb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/tubes/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def getppid():
try:
self.info_once(self.checksec())
except Exception:
log.warn_once("Couldn't check security settings on %r" % self.host)
self.warn_once("Couldn't check security settings on %r" % self.host)

@property
def sftp(self):
Expand Down

0 comments on commit 8a7bb9b

Please sign in to comment.