From 8461cdc0c116db3a32afc25d769da3aa476b9d90 Mon Sep 17 00:00:00 2001 From: Chelsea Cassanova Date: Tue, 24 Jun 2025 12:31:03 -0700 Subject: [PATCH] [NFC][lldb] Fix Swift healthcheck log banner This just balances the banner used for the swift healthcheck command. --- lldb/source/Plugins/Language/Swift/LogChannelSwift.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/Language/Swift/LogChannelSwift.cpp b/lldb/source/Plugins/Language/Swift/LogChannelSwift.cpp index 8c4599d6ea21b..8f50d99ded12f 100644 --- a/lldb/source/Plugins/Language/Swift/LogChannelSwift.cpp +++ b/lldb/source/Plugins/Language/Swift/LogChannelSwift.cpp @@ -59,7 +59,7 @@ void LogChannelSwift::Initialize() { Log::EnableLogChannel(log_handler_sp, 0, "swift", {"health"}, llvm::nulls()); if (Log *log = GetSwiftHealthLog()) log->Printf( - "==== LLDB swift-healthcheck log. ===\n" + "==== LLDB swift-healthcheck log. ====\n" "This file contains the configuration of LLDB's embedded Swift " "compiler to help diagnosing module import and search path issues. " "The swift-healthcheck command is meant to be run *after* an error "