summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-10-06 17:55:14 +0000
committerEnrico Granata <egranata@apple.com>2015-10-06 17:55:14 +0000
commit4edfef454d1a7d7e2e53cef28ea87c3067b40a83 (patch)
treef8ab823e9196064d52609dafa2c2f397ed0fe8b3 /lldb/source/Core/ValueObject.cpp
parentcb14dd026549ed32d96e4bd7ffa44fdace0c17bb (diff)
downloadbcm5719-llvm-4edfef454d1a7d7e2e53cef28ea87c3067b40a83.tar.gz
bcm5719-llvm-4edfef454d1a7d7e2e53cef28ea87c3067b40a83.zip
Create a logging category that is specific to data formatters activity
llvm-svn: 249433
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index 98c05c32744..e083c72c568 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -275,7 +275,7 @@ ValueObject::UpdateValueIfNeeded (bool update_format)
bool
ValueObject::UpdateFormatsIfNeeded()
{
- Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_TYPES));
+ Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_DATAFORMATTERS));
if (log)
log->Printf("[%s %p] checking for FormatManager revisions. ValueObject rev: %d - Global rev: %d",
GetName().GetCString(), static_cast<void*>(this),
OpenPOWER on IntegriCloud