Skip to content

Commit 3236c31

Browse files
committed
[rb] Show the shutdown request in the debug logs
1 parent 4217e3c commit 3236c31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rb/lib/selenium/webdriver/common/service_manager.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def stop_process
113113
def stop_server
114114
connect_to_server do |http|
115115
headers = WebDriver::Remote::Http::Common::DEFAULT_HEADERS.dup
116+
WebDriver.logger.debug("Sending shutdown request to server", id: :driver_service)
116117
http.get('/shutdown', headers)
117118
end
118119
end

0 commit comments

Comments
 (0)