summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r--lldb/source/Target/Process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index c771be0bf9a..0fd8d53a24e 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -3920,7 +3920,7 @@ Process::HaltForDestroyOrDetach(lldb::EventSP &exit_event_sp)
{
Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_PROCESS));
if (log)
- log->Printf("Process::Destroy() About to halt.");
+ log->Printf("Process::%s() About to halt.", __FUNCTION__);
error = Halt();
if (error.Success())
{
OpenPOWER on IntegriCloud