comma-related changes

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
Eliza Weisman 2021-10-07 11:29:47 -07:00
parent e00eac8b9c
commit b6f09a19b2
No known key found for this signature in database
GPG key ID: F9C1A595C3814436
2 changed files with 2 additions and 2 deletions

View file

@ -853,7 +853,7 @@ fn link_natively<'a, B: ArchiveBuilder<'a>>(
if is_illegal_instruction(&output.status) {
warn!(
"looks like the linker hit an illegal instruction when we \
tried to call it, automatically retrying again."
tried to call it, automatically retrying again.",
?cmd, %out, status = %output.status,
);
continue;