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.
2 parents 7641f81 + e57e2fb commit 9004c0eCopy full SHA for 9004c0e
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