diff options
Diffstat (limited to 'source/Target/ThreadPlanRunToAddress.cpp')
-rw-r--r-- | source/Target/ThreadPlanRunToAddress.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Target/ThreadPlanRunToAddress.cpp b/source/Target/ThreadPlanRunToAddress.cpp index a973bd112796a..160743a9f3f8a 100644 --- a/source/Target/ThreadPlanRunToAddress.cpp +++ b/source/Target/ThreadPlanRunToAddress.cpp @@ -182,8 +182,7 @@ bool ThreadPlanRunToAddress::MischiefManaged() { m_break_ids[i] = LLDB_INVALID_BREAK_ID; } } - if (log) - log->Printf("Completed run to address plan."); + LLDB_LOGF(log, "Completed run to address plan."); ThreadPlan::MischiefManaged(); return true; } else |