Skip to content

Commit

Permalink
Fix incorrect name in ValidateRequiredSidePacketTypes status message.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707016548
  • Loading branch information
MediaPipe Team authored and copybara-github committed Dec 17, 2024
1 parent 033534e commit bd154ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediapipe/framework/validated_graph_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ absl::Status ValidatedGraphConfig::ValidateRequiredSidePacketTypes(
}
if (!statuses.empty()) {
return tool::CombinedStatus(
"ValidateRequiredSidePackets failed to validate: ", statuses);
"ValidateRequiredSidePacketTypes failed to validate: ", statuses);
}
return absl::OkStatus();
}
Expand Down

0 comments on commit bd154ba

Please sign in to comment.