fix typo in log message

pull/18591/head
Jan Tattermusch 6 years ago
parent 303416080c
commit f1199912e8
  1. 2
      src/csharp/Grpc.Core/Internal/NativeCallbackDispatcher.cs

@ -63,7 +63,7 @@ namespace Grpc.Core.Internal
catch (Exception e)
{
// eat the exception, we must not throw when inside callback from native code.
Logger.Error(e, "Caught exception inside callback from native callback.");
Logger.Error(e, "Caught exception inside callback from native code.");
return 0;
}
}

Loading…
Cancel
Save