Skip to content

Commit 7e56011

Browse files
committed
Update comment
1 parent 28174fa commit 7e56011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Utility/Log.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ char TeeLogHandler::ID;
4343

4444
llvm::ManagedStatic<Log::ChannelMap> Log::g_channel_map;
4545

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.
46+
// The error log is used by LLDB_LOG_ERROR. If the given log channel passed to
47+
// LLDB_LOG_ERROR is not enabled, error messages are logged to the error log.
4848
static std::atomic<Log *> g_error_log = nullptr;
4949

5050
void Log::ForEachCategory(

0 commit comments

Comments
 (0)