Changeset 334 for trunk


Ignore:
Timestamp:
03/24/10 12:25:56 (14 years ago)
Author:
bas
Message:

changed some debugs to verbose messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r333 r334  
    391391                """
    392392                s = ''
    393                 #if m['To'] and len(m['To']) > 0 and m['To'] != 'hic@sara.nl':
     393
    394394                if m['To'] and len(m['To']) > 0:
    395395                        s = "'''To:''' %s\r\n" %(m['To'])
     
    626626                           2) Set default value for field (use_default=1)
    627627                """
    628                 if self.DEBUG:
    629                         print "TD: update_ticket_fields"
     628                if self.VERBOSE:
     629                        print "VB: update_ticket_fields"
    630630
    631631                # Build a system dictionary from the ticket fields
     
    689689                creating a new one.
    690690                """
    691                 if self.DEBUG:
    692                         print "TD: ticket_update: %s" %id
     691                if self.VERBOSE:
     692                        print "VB: ticket_update: %s" %id
    693693
    694694                # Must we update ticket fields
Note: See TracChangeset for help on using the changeset viewer.