[all-commits] [llvm/llvm-project] 34e67f: [lldb] Drop LOG_CONS from openlog call.
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jul 23 11:29:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34e67ffe1947b399f57002f8cf60340a391ce8c0
https://github.com/llvm/llvm-project/commit/34e67ffe1947b399f57002f8cf60340a391ce8c0
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M lldb/source/Host/common/Host.cpp
Log Message:
-----------
[lldb] Drop LOG_CONS from openlog call.
Don't pass `LOG_CONS` to the openlog call.
> Write directly to the system console if there is an error while
> sending to the system logger.
This seemed like a good idea at the time, but it turns out to be
extremely annoying when this happens and LLDB is overwhelmed by log
messages in the console.
rdar://132243490
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list