diff options
author | Marc Chamberland <mchamberland@pbsc.com> | 2019-04-06 23:16:54 -0400 |
---|---|---|
committer | Marc Chamberland <mchamberland@pbsc.com> | 2019-04-19 19:02:35 -0400 |
commit | d2567df602b65102b908a918b5200898b137a614 (patch) | |
tree | c0fefd5585e059ea345edbf4a473b9e47b10497b /lib/chef/application | |
parent | fd0508d32a3cd683b827c5d25f2bd07f0311243b (diff) | |
download | chef-d2567df602b65102b908a918b5200898b137a614.tar.gz |
addressing comments by coderanger
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
Diffstat (limited to 'lib/chef/application')
-rw-r--r-- | lib/chef/application/windows_service.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/windows_service.rb b/lib/chef/application/windows_service.rb index 2bb2fedec9..b979a2a4df 100644 --- a/lib/chef/application/windows_service.rb +++ b/lib/chef/application/windows_service.rb @@ -121,7 +121,7 @@ class Chef def service_stop run_warning_displayed = false - Chef::Log.info("STOP requeschefm.") + Chef::Log.info("STOP request from operating system.") loop do # See if a run is in flight if @service_action_mutex.try_lock |