We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bd0c7 commit e57e2fbCopy full SHA for e57e2fb
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -3889,7 +3889,7 @@ void SwiftASTContext::ValidateSectionModules(
3889
// object to stay in-sync with the total progress reporting.
3890
progress.Increment(++completion);
3891
if (!GetModule(module_info, error))
3892
- module.ReportWarning("unable to load swift module \"%s\" (%s)",
+ module.ReportWarning("unable to load swift module \"{0}\" ({1})",
3893
module_name.c_str(), error.AsCString());
3894
}
3895
0 commit comments