Changeset 584


Ignore:
Timestamp:
12-07-12 11:12:13 (10 months ago)
Author:
thomas
Message:
  • morituri/rip/debug.py: Add encode debug.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r583 r584  
     12012-07-12  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * morituri/rip/debug.py: 
     4          Add encode debug. 
     5 
    162012-06-24  Thomas Vander Stichele  <thomas at apestaart dot org> 
    27 
  • trunk/morituri/rip/debug.py

    r575 r584  
    2323from morituri.common import logcommand 
    2424 
    25 from morituri.extern.task import task 
     25from morituri.common import task 
    2626 
    2727class Checksum(logcommand.LogCommand): 
     
    7979        from morituri.common import encode 
    8080        profile = encode.PROFILES[self.options.profile]() 
     81        self.debug('Encoding %s to %s', 
     82            fromPath.encode('utf-8'), 
     83            toPath.encode('utf-8')) 
    8184        encodetask = encode.EncodeTask(fromPath, toPath, profile) 
    8285 
Note: See TracChangeset for help on using the changeset viewer.