summaryrefslogtreecommitdiff
path: root/lib/chef/application
diff options
context:
space:
mode:
authorMarc Chamberland <mchamberland@pbsc.com>2019-04-06 23:16:54 -0400
committerMarc Chamberland <mchamberland@pbsc.com>2019-04-19 19:02:35 -0400
commitd2567df602b65102b908a918b5200898b137a614 (patch)
treec0fefd5585e059ea345edbf4a473b9e47b10497b /lib/chef/application
parentfd0508d32a3cd683b827c5d25f2bd07f0311243b (diff)
downloadchef-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.rb2
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