Changeset 1732

Show
Ignore:
Timestamp:
09/21/04 18:00:46 (20 years ago)
Author:
jalet
Message:

More informational messages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/hardware.py

    r1730 r1732  
    2222# 
    2323# $Log$ 
     24# Revision 1.18  2004/09/21 16:00:46  jalet 
     25# More informational messages 
     26# 
    2427# Revision 1.17  2004/09/21 13:42:18  jalet 
    2528# Typo 
     
    162165                if statusAsString in ('idle', 'printing') : 
    163166                    break 
     167                self.parent.filter.printInfo(_("Waiting for printer to be idle or printing..."))     
    164168                time.sleep(SNMPDELAY) 
    165169             
     
    180184                else :     
    181185                    idle_num = 0 
    182                 self.parent.filter.printInfo(_("Waiting for printer's status to stabilize..."))     
     186                self.parent.filter.printInfo(_("Waiting for printer's idle status to stabilize..."))     
    183187                time.sleep(SNMPDELAY) 
    184188