Skip to content

Commit

Permalink
log format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Dec 28, 2023
1 parent d4d8249 commit 52a83e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ ErrorOr<DurationMessage> VideoPlayerTizenPlugin::Duration(
const PlayerMessage &msg) {
VideoPlayer *player = FindPlayerById(msg.player_id());
if (!player) {
return FlutterError("Invalid argument", "Player not found");
return FlutterError("Invalid argument", "Player not found.");
}
DurationMessage result(msg.player_id());
auto duration_pair = player->GetDuration();
Expand Down

0 comments on commit 52a83e6

Please sign in to comment.