Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Broker.cs
  • Loading branch information
nvborisenko committed Sep 30, 2025
commit 5b27f2a0fb7495d5d203b4f4789c67e911fab4b8
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/Communication/Broker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private async Task ReceiveMessagesAsync(CancellationToken cancellationToken)
{
if (_logger.IsEnabled(LogEventLevel.Error))
{
_logger.Error($"Unhandled error occured while process remote message: {ex}");
_logger.Error($"Unhandled error occured while processing remote message: {ex}");
}
}
}
Expand Down