[Lldb-commits] [lldb] r140205 - /lldb/trunk/source/Interpreter/ScriptInterpreterPython.cpp

Jason Molenda jmolenda at apple.com
Tue Sep 20 16:23:44 PDT 2011


Author: jmolenda
Date: Tue Sep 20 18:23:44 2011
New Revision: 140205

URL: http://llvm.org/viewvc/llvm-project?rev=140205&view=rev
Log:
One last printf-style call cleanup.

Modified:
    lldb/trunk/source/Interpreter/ScriptInterpreterPython.cpp

Modified: lldb/trunk/source/Interpreter/ScriptInterpreterPython.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/ScriptInterpreterPython.cpp?rev=140205&r1=140204&r2=140205&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/ScriptInterpreterPython.cpp (original)
+++ lldb/trunk/source/Interpreter/ScriptInterpreterPython.cpp Tue Sep 20 18:23:44 2011
@@ -575,7 +575,7 @@
                 if (IS_VALID_LLDB_HOST_THREAD(embedded_interpreter_thread))
                 {
                     if (log)
-                        log->Printf ("ScriptInterpreterPython::InputReaderCallback, Activate, succeeded in creating thread (thread = %d)", embedded_interpreter_thread);
+                        log->Printf ("ScriptInterpreterPython::InputReaderCallback, Activate, succeeded in creating thread (thread_t = %p)", embedded_interpreter_thread);
                     Error detach_error;
                     Host::ThreadDetach (embedded_interpreter_thread, &detach_error);
                 }





More information about the lldb-commits mailing list