Forgot a comment char

git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@210 f711b948-2313-0410-aaa9-d29f33439f0b
This commit is contained in:
hploetz 2007-06-02 07:31:40 +00:00
parent b56cd37306
commit 481050b14c
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class Cyberflex_Shell(Shell):
sys.stdout = self.logger
print "Logging to %s" % filename
try:
self.logger.println( "ATR of currently inserted card is: %s" % utils.hexdump(self.card.get_atr(), short=True) )
self.logger.println( "# ATR of currently inserted card is: %s" % utils.hexdump(self.card.get_atr(), short=True) )
except (KeyboardInterrupt, SystemExit):
raise
except: