summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/run_context.rb')
-rw-r--r--lib/chef/run_context.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb
index c8eb5b8c85..b41173e12b 100644
--- a/lib/chef/run_context.rb
+++ b/lib/chef/run_context.rb
@@ -288,6 +288,7 @@ ERROR_MESSAGE
end
def cancel_reboot
+ Chef::Log::warn "Changing reboot status from #{@reboot_info.inspect} to {}"
@reboot_info = {}
end