aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/end2end/forking_client_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/end2end/forking_client_client.rb')
-rwxr-xr-xsrc/ruby/end2end/forking_client_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/end2end/forking_client_client.rb b/src/ruby/end2end/forking_client_client.rb
index fbe03686b3..c358d79f59 100755
--- a/src/ruby/end2end/forking_client_client.rb
+++ b/src/ruby/end2end/forking_client_client.rb
@@ -59,7 +59,7 @@ def main
Process.kill('SIGKILL', p)
Process.wait(p)
raise 'Timed out waiting for client process. ' \
- 'It likely hangs when killed while in the middle of an rpc'
+ 'It likely hangs when using gRPC after loading it and then forking'
end
client_exit_code = $CHILD_STATUS