diff options
author | Jason Molenda <jmolenda@apple.com> | 2011-09-20 23:23:44 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2011-09-20 23:23:44 +0000 |
commit | ca0e3fa3256f81e285783af5c9f8ce8e2482fd95 (patch) | |
tree | 449eecc8295ba5e6d5963a8dc4b8e7bd2ac3347a /lldb/source/Interpreter | |
parent | 6cb23f6e7fcf6159f70d06f09d67c72d4311d136 (diff) | |
download | bcm5719-llvm-ca0e3fa3256f81e285783af5c9f8ce8e2482fd95.tar.gz bcm5719-llvm-ca0e3fa3256f81e285783af5c9f8ce8e2482fd95.zip |
One last printf-style call cleanup.
llvm-svn: 140205
Diffstat (limited to 'lldb/source/Interpreter')
-rw-r--r-- | lldb/source/Interpreter/ScriptInterpreterPython.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp index 446d6779fcb..6b5fe714e9e 100644 --- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp +++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp @@ -575,7 +575,7 @@ ScriptInterpreterPython::InputReaderCallback 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); } |