forked from OSchip/llvm-project
parent
7723c57ca2
commit
2acc48827e
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue