Skip to content

Commit e57e2fb

Browse files
committed
[lldb][NFC] Fix module warning formatting
1 parent 17bd0c7 commit e57e2fb

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)