We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28174fa commit 7e56011Copy full SHA for 7e56011
lldb/source/Utility/Log.cpp
@@ -43,8 +43,8 @@ char TeeLogHandler::ID;
43
44
llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map;
45
46
-// The error log is used by LLDB_LOG_ERROR and LLDB_LOG_ERRORV. If the given
47
-// log channel is not enabled, error messages are logged to the error log.
+// The error log is used by LLDB_LOG_ERROR. If the given log channel passed to
+// LLDB_LOG_ERROR is not enabled, error messages are logged to the error log.
48
static std::atomic<Log *> g_error_log = nullptr;
49
50
void Log::ForEachCategory(
0 commit comments