Changeset 1737

Show
Ignore:
Timestamp:
09/22/04 21:48:01 (20 years ago)
Author:
jalet
Message:

Logs the looping message as debug instead of as info

Files:
1 modified

Legend:

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

    r1736 r1737  
    2222# 
    2323# $Log$ 
     24# Revision 1.22  2004/09/22 19:48:01  jalet 
     25# Logs the looping message as debug instead of as info 
     26# 
    2427# Revision 1.21  2004/09/22 19:27:41  jalet 
    2528# Bad import statement 
     
    175178                if statusAsString in ('idle', 'printing') : 
    176179                    break 
    177                 self.parent.filter.printInfo(_("Waiting for printer to be idle or printing..."))     
     180                # In reality, and if I'm not mistaken, we will NEVER get there.     
     181                self.parent.filter.logdebug(_("Waiting for printer to be idle or printing..."))     
    178182                time.sleep(SNMPDELAY) 
    179183             
     
    194198                else :     
    195199                    idle_num = 0 
    196                 self.parent.filter.printInfo(_("Waiting for printer's idle status to stabilize..."))     
     200                self.parent.filter.logdebug(_("Waiting for printer's idle status to stabilize..."))     
    197201                time.sleep(SNMPDELAY) 
    198202