Skip to content

Commit

Permalink
[fuchsia] Fix typo in error message. (flutter#31249)
Browse files Browse the repository at this point in the history
  • Loading branch information
akbiggs authored Feb 4, 2022
1 parent 81e5d7a commit dfaad2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/fuchsia/flutter/platform_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ void PlatformView::HandlePlatformMessage(
if (!already_errored) {
FML_LOG(INFO)
<< "Platform view received message on channel '" << message->channel()
<< "' with no registered handler. And empty response will be "
<< "' with no registered handler. An empty response will be "
"generated. Please implement the native message handler. This "
"message will appear only once per channel.";
unregistered_channels_.insert(channel);
Expand Down

0 comments on commit dfaad2a

Please sign in to comment.