Skip to content

Commit

Permalink
Dont crash the program if we drop incoming startup coordination events
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Mar 4, 2025
1 parent 399531a commit 9fee5b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/startup_coordinator.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ static void StartupCoordinator_handle_message_callback(StartupCoordinator *self,
validate(false);
}
} else {
LF_ERR(FED, "Failed to allocate payload for incoming startup coordination system event.");
validate(false);
LF_ERR(FED, "Failed to allocate payload for incoming startup coordination message. Dropping it");
}
}

Expand Down

0 comments on commit 9fee5b9

Please sign in to comment.