summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-07-08 05:18:19 +0000
committerKuba Mracek <mracek@apple.com>2017-07-08 05:18:19 +0000
commite21b03daeaaaa27005324417d777f7f3ad688b51 (patch)
tree544d10732b17409045f99e056a3aac4562eefea2 /lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
parentc6bbe4becb8ff4a89a582d4b41d8709e71e2450a (diff)
downloadbcm5719-llvm-e21b03daeaaaa27005324417d777f7f3ad688b51.tar.gz
bcm5719-llvm-e21b03daeaaaa27005324417d777f7f3ad688b51.zip
Update message that Main Thread Checker produces.
llvm-svn: 307464
Diffstat (limited to 'lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp')
-rw-r--r--lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp b/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
index 3c22b81df7a..2ed70797ca1 100644
--- a/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
+++ b/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
@@ -141,7 +141,7 @@ MainThreadCheckerRuntime::RetrieveReportData(ExecutionContextRef exe_ctx_ref) {
d->AddStringItem("class_name", className);
d->AddStringItem("selector", selector);
d->AddStringItem("description",
- apiName + " must be called from main thread only");
+ apiName + " must be used from main thread only");
d->AddIntegerItem("tid", thread_sp->GetIndexID());
d->AddItem("trace", trace_sp);
return dict_sp;
OpenPOWER on IntegriCloud