Skip to content

Commit

Permalink
Fix name of exception in warning.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 495047463
Change-Id: Ieeb8289c063b7372b5e1551e9be77979a550cd07
  • Loading branch information
larsrc-google authored and copybara-github committed Dec 13, 2022
1 parent 6eafaaf commit 72e0887
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ private static ImmutableList<SpawnResult> waitBranch(
.handle(
Event.info(
String.format(
"Caught InterruptedException from ExecException for %s branch of %s, which"
+ " may cause a crash.",
"Caught InterruptedException from ExecutionException for %s branch of %s,"
+ " which may cause a crash.",
mode, getSpawnReadableId(branch.getSpawn()))));
return null;
} else {
Expand Down

0 comments on commit 72e0887

Please sign in to comment.