[SCM] morituri/master: * morituri/image/toc.py: Add a logName for debugging.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:04 UTC 2014


The following commit has been merged in the master branch:
commit 703d9c1a885710573bf233788aad199f45ce2c5c
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon May 25 14:47:38 2009 +0000

    	* morituri/image/toc.py:
    	  Add a logName for debugging.

diff --git a/ChangeLog b/ChangeLog
index c0e375e..b419fe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
 	* morituri/image/image.py:
 	  Correctly chain up to parent __init__ for MultiTasks
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 = '<TocFile %08x>' % id(self)
 
     def parse(self):
         # these two objects start as None then get set as real objects,

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list