Fix a typo in Process.cpp

llvm-svn: 256852
This commit is contained in:
Pavel Labath 2016-01-05 17:55:32 +00:00
parent 7723c57ca2
commit 2acc48827e
1 changed files with 1 additions and 1 deletions

View File

@ -3980,7 +3980,7 @@ Process::ShouldBroadcastEvent (Event *event_ptr)
{
Vote stop_vote = m_thread_list.ShouldReportStop (event_ptr);
if (log)
log->Printf ("Process::ShouldBroadcastEvent: should_stop: %i state: %s was_restarted: %i stop_vote: %d.",
log->Printf ("Process::ShouldBroadcastEvent: should_resume: %i state: %s was_restarted: %i stop_vote: %d.",
should_resume, StateAsCString(state),
was_restarted, stop_vote);