Fix typo in CalculatorGraph error message

PiperOrigin-RevId: 508517972
This commit is contained in:
MediaPipe Team 2023-02-09 17:21:32 -08:00 committed by Copybara-Service
parent be0681c61d
commit 1f848c4d69

View File

@ -1228,7 +1228,7 @@ bool CalculatorGraph::UnthrottleSources() {
"Detected a deadlock due to input throttling for: \"", stream->Name(),
"\". All calculators are idle while packet sources remain active "
"and throttled. Consider adjusting \"max_queue_size\" or "
"\"resolve_deadlock\".")));
"\"report_deadlock\".")));
continue;
}
int new_size = stream->QueueSize() + 1;