From dc3d8ffbe981ca0bb6604cf9ad985fa12974b652 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 6 May 2011 18:34:33 +0000 Subject: Make the log message & setter match for "dyld/shlib". The "ListLogCategories" output should really be auto-generated from the settings so you can't make this sort of mistake... llvm-svn: 131003 --- lldb/source/lldb-log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/lldb-log.cpp') diff --git a/lldb/source/lldb-log.cpp b/lldb/source/lldb-log.cpp index d042a8f5c58..1266ebd3a50 100644 --- a/lldb/source/lldb-log.cpp +++ b/lldb/source/lldb-log.cpp @@ -233,7 +233,7 @@ lldb_private::ListLogCategories (Stream *strm) "\tprocess - log process events and activities\n" "\tthread - log thread events and activities\n" "\tscript - log events about the script interpreter\n" - "\tshlib - log shared library related activities\n" + "\dyld - log shared library related activities\n" "\tstate - log private and public process state changes\n" "\tstep - log step related activities\n" "\tunwind - log stack unwind activities\n" -- cgit v1.2.3