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

Some messages now only appear in debug mode.

Files:
1 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()