Skip to content

Commit 2947cb0

Browse files
FiloSottilegopherbot
authored andcommitted
runtime/_mkmalloc: fix log.Fatal formatting directive
Change-Id: I9b9b9dbde440c3a24599efd55ef6f85a6a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/724281 Reviewed-by: David Chase <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Filippo Valsorda <[email protected]>
1 parent cead111 commit 2947cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/_mkmalloc/mkmalloc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func inline(config generatorConfig) []byte {
288288
case foldCondition:
289289
stamped = foldIfCondition(stamped, repl.from, repl.to)
290290
default:
291-
log.Fatal("unknown op kind %v", repl.kind)
291+
log.Fatalf("unknown op kind %v", repl.kind)
292292
}
293293
}
294294

0 commit comments

Comments
 (0)