Skip to content

Commit 9004c0e

Browse files
authored
Merge pull request #7649 from augusto2112/fix-module-warning
[lldb][NFC] Fix module warning formatting
2 parents 7641f81 + e57e2fb commit 9004c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3889,7 +3889,7 @@ void SwiftASTContext::ValidateSectionModules(
38893889
// object to stay in-sync with the total progress reporting.
38903890
progress.Increment(++completion);
38913891
if (!GetModule(module_info, error))
3892-
module.ReportWarning("unable to load swift module \"%s\" (%s)",
3892+
module.ReportWarning("unable to load swift module \"{0}\" ({1})",
38933893
module_name.c_str(), error.AsCString());
38943894
}
38953895
}

0 commit comments

Comments
 (0)