summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConnectionFileDescriptor.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-03-26 20:53:56 +0000
committerGreg Clayton <gclayton@apple.com>2013-03-26 20:53:56 +0000
commit00ec049050f561a92913c8d461c3ec7c85e2d774 (patch)
tree9c0cf478880cd902505593b8c181f68656afda91 /lldb/source/Core/ConnectionFileDescriptor.cpp
parentfeea65397449eaa4261e09d845e7824739c6afde (diff)
downloadbcm5719-llvm-00ec049050f561a92913c8d461c3ec7c85e2d774.tar.gz
bcm5719-llvm-00ec049050f561a92913c8d461c3ec7c85e2d774.zip
Clean up logging a bit to not log when a command pipe is opened when “lldb object” logging is on.
llvm-svn: 178068
Diffstat (limited to 'lldb/source/Core/ConnectionFileDescriptor.cpp')
-rw-r--r--lldb/source/Core/ConnectionFileDescriptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ConnectionFileDescriptor.cpp b/lldb/source/Core/ConnectionFileDescriptor.cpp
index c5114a00a12..a511ee20a89 100644
--- a/lldb/source/Core/ConnectionFileDescriptor.cpp
+++ b/lldb/source/Core/ConnectionFileDescriptor.cpp
@@ -130,7 +130,7 @@ ConnectionFileDescriptor::OpenCommandPipe ()
{
CloseCommandPipe();
- LogSP log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_CONNECTION | LIBLLDB_LOG_OBJECT));
+ LogSP log(lldb_private::GetLogIfAnyCategoriesSet (LIBLLDB_LOG_CONNECTION));
// Make the command file descriptor here:
int filedes[2];
int result = pipe (filedes);
OpenPOWER on IntegriCloud