One last printf-style call cleanup.

llvm-svn: 140205
This commit is contained in:
Jason Molenda 2011-09-20 23:23:44 +00:00
parent 6cb23f6e7f
commit ca0e3fa325
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}