From 703d9c1a885710573bf233788aad199f45ce2c5c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 25 May 2009 14:47:38 +0000 Subject: [PATCH] * morituri/image/toc.py: Add a logName for debugging. --- ChangeLog | 5 +++++ morituri/image/toc.py | 1 + 2 files changed, 6 insertions(+) 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,