Changeset 3520

Show
Ignore:
Timestamp:
04/15/10 00:46:47 (14 years ago)
Author:
jerome
Message:

Backport of the missing fucking dot !!!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/branches/1.26_fixes/pykota/accounters/snmp.py

    r3518 r3520  
    295295                    self.printerStatus = int(varBinds[1][1].prettyPrint()) 
    296296                except ValueError : 
    297                     self parent.filter.logdebug("The printer reported a non-integer printer status, it will be converted to 2 ('unknown')") 
     297                    self.parent.filter.logdebug("The printer reported a non-integer printer status, it will be converted to 2 ('unknown')") 
    298298                    self.printerStatus = 2 
    299299                try :