[z3-checkins] r42006 - z3/sqlos/trunk/src/sqlos

kobold at codespeak.net kobold at codespeak.net
Thu Apr 12 20:13:58 CEST 2007


Author: kobold
Date: Thu Apr 12 20:13:57 2007
New Revision: 42006

Modified:
   z3/sqlos/trunk/src/sqlos/adapter.py
Log:
Fixed a stupid bug.


Modified: z3/sqlos/trunk/src/sqlos/adapter.py
==============================================================================
--- z3/sqlos/trunk/src/sqlos/adapter.py	(original)
+++ z3/sqlos/trunk/src/sqlos/adapter.py	Thu Apr 12 20:13:57 2007
@@ -91,7 +91,7 @@
             sep = '->'
             s = repr(s)
         name = name.ljust(8)
-        threadName = elf.debugThreading and \
+        threadName = self.debugThreading and \
             ':' + threading.currentThread().getName().ljust(8) or ''
         print '%(threadName)s/%(name)s%(sep)s %(s)s' % locals()
 


More information about the z3-checkins mailing list