Skip to content

Commit 4c76989

Browse files
authored
Merge pull request #3433 from apple/lldb-Duplicate-SwiftASTContext-CreateInstance-errors-to-swift-health-log
[lldb] Duplicate SwiftASTContext::CreateInstance errors to swift health log
2 parents 4b5f240 + 9394255 commit 4c76989

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1663,8 +1663,7 @@ SwiftASTContext::CreateInstance(lldb::LanguageType language, Module &module,
16631663
LOG_PRINTF(LIBLLDB_LOG_TYPES, "(Module)");
16641664

16651665
auto logError = [&](const char *message) {
1666-
LOG_PRINTF(LIBLLDB_LOG_TYPES, "Failed to create module context - %s",
1667-
message);
1666+
HEALTH_LOG_PRINTF("Failed to create module context - %s", message);
16681667
};
16691668

16701669
ArchSpec arch = module.GetArchitecture();

0 commit comments

Comments
 (0)