diff --git a/ChangeLog b/ChangeLog index c0e375e..b419fe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-25 Thomas Vander Stichele + + * morituri/image/toc.py: + Add a logName for debugging. + 2009-05-25 Thomas Vander Stichele * morituri/program/cdparanoia.py: diff --git a/morituri/image/toc.py b/morituri/image/toc.py index f1abefb..660249d 100644 --- a/morituri/image/toc.py +++ b/morituri/image/toc.py @@ -90,6 +90,7 @@ class TocFile(object, log.Loggable): self._path = path self._messages = [] self.table = table.Table() + self.logName = '' % id(self) def parse(self): # these two objects start as None then get set as real objects,