* morituri/image/toc.py:
Add a logName for debugging.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-05-25 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/image/toc.py:
|
||||
Add a logName for debugging.
|
||||
|
||||
2009-05-25 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/program/cdparanoia.py:
|
||||
|
||||
@@ -90,6 +90,7 @@ class TocFile(object, log.Loggable):
|
||||
self._path = path
|
||||
self._messages = []
|
||||
self.table = table.Table()
|
||||
self.logName = '<TocFile %08x>' % id(self)
|
||||
|
||||
def parse(self):
|
||||
# these two objects start as None then get set as real objects,
|
||||
|
||||
Reference in New Issue
Block a user