Changeset 584
- Timestamp:
- 12-07-12 11:12:13 (10 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
morituri/rip/debug.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r583 r584 1 2012-07-12 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 * morituri/rip/debug.py: 4 Add encode debug. 5 1 6 2012-06-24 Thomas Vander Stichele <thomas at apestaart dot org> 2 7 -
trunk/morituri/rip/debug.py
r575 r584 23 23 from morituri.common import logcommand 24 24 25 from morituri. extern.taskimport task25 from morituri.common import task 26 26 27 27 class Checksum(logcommand.LogCommand): … … 79 79 from morituri.common import encode 80 80 profile = encode.PROFILES[self.options.profile]() 81 self.debug('Encoding %s to %s', 82 fromPath.encode('utf-8'), 83 toPath.encode('utf-8')) 81 84 encodetask = encode.EncodeTask(fromPath, toPath, profile) 82 85
Note: See TracChangeset
for help on using the changeset viewer.
