freemyipod r680 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r679‎ | r680 | r681 >
Date:23:42, 29 March 2011
Author:farthen
Status:new
Tags:
Comment:
emcore tools/misc.py: Small cosmetic change in the name of invalid threads
Modified paths:
  • /emcore/trunk/tools/misc.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/misc.py
@@ -270,7 +270,7 @@
271271 return thread
272272 from libemcoredata import scheduler_thread
273273 thread = scheduler_thread()._to_bunch()
274 - thread.name = "[Invalid Thread %08X]" % address
 274+ thread.name = "[Invalid Thread 0x%08X]" % address
275275 return thread
276276
277277