* morituri/image/toc.py:

Add a logName for debugging.
This commit is contained in:
Thomas Vander Stichele
2009-05-25 14:47:38 +00:00
parent 631b1478b8
commit 703d9c1a88
2 changed files with 6 additions and 0 deletions

View File

@@ -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:

View File

@@ -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,