lib/protobuf/cli.rb in protobuf-3.10.1 vs lib/protobuf/cli.rb in protobuf-3.10.2

- old
+ new

@@ -238,9 +238,11 @@ # Start the runner and log the relevant options. def start_server debug_say('Running server') + ::ActiveSupport::Notifications.instrument("before_server_bind") + runner.run do logger.info do "pid #{::Process.pid} -- #{mode} RPC Server listening at #{options.host}:#{options.port}" end