Changeset 2769

Show
Ignore:
Timestamp:
03/01/06 10:50:37 (18 years ago)
Author:
jerome
Message:

Some messages now only appear in debug mode.

Location:
pykota/trunk/bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbcodes

    r2768 r2769  
    135135                    if oldbillingcode is not None : 
    136136                        if skipexisting : 
    137                             self.printInfo(_("Billing code [%s] already exists, skipping.") % bname) 
     137                            self.logdebug(_("Billing code [%s] already exists, skipping.") % bname) 
    138138                        else :     
    139                             self.printInfo(_("Billing code [%s] already exists, will be modified.") % bname) 
     139                            self.logdebug(_("Billing code [%s] already exists, will be modified.") % bname) 
    140140                            self.modifyBillingCode(oldbillingcode, reset, description) 
    141141                            oldbillingcode.save() 
  • pykota/trunk/bin/pkprinters

    r2768 r2769  
    227227                        if oldprinter is not None : 
    228228                            if skipexisting : 
    229                                 self.printInfo(_("Printer %s already exists, skipping.") % pname) 
     229                                self.logdebug(_("Printer %s already exists, skipping.") % pname) 
    230230                            else :     
    231                                 self.printInfo(_("Printer %s already exists, will be modified.") % pname) 
     231                                self.logdebug(_("Printer %s already exists, will be modified.") % pname) 
    232232                                self.modifyPrinter(oldprinter, charges, \ 
    233233                                           perpage, perjob, description, \