| commit | ea3fb8e3784deb7f9deea5a2a244cf97f06cced3 | [log] [tgz] |
|---|---|---|
| author | Pavel Labath <labath@google.com> | Thu Sep 03 15:44:14 2015 +0000 |
| committer | Pavel Labath <labath@google.com> | Thu Sep 03 15:44:14 2015 +0000 |
| tree | a171fa226e81735bdd271ba4ef197a95c0760c7c | |
| parent | e564fcb165d8333ef6ff31763d637e2ebc060bfa [diff] [blame] |
Fix logging message llvm-svn: 246776
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index c771be0..0fd8d53 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp
@@ -3920,7 +3920,7 @@ { 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()) {