Skip to content

Commit 9394255

Browse files
committed
[lldb] Duplicate SwiftASTContext::CreateInstance errors to swift health log
1 parent 9b3a8e0 commit 9394255

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)