From 98f4efc2b344569f0011caad069c395cd9ff2661 Mon Sep 17 00:00:00 2001 From: Thomas Powell Date: Fri, 1 Mar 2024 11:13:14 -0500 Subject: [PATCH] Add caller traces Signed-off-by: Thomas Powell --- lib/chef/resource/private_key.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/resource/private_key.rb b/lib/chef/resource/private_key.rb index 8ebfa73..23786b8 100644 --- a/lib/chef/resource/private_key.rb +++ b/lib/chef/resource/private_key.rb @@ -228,7 +228,7 @@ def new_key_with_path puts ">> else nil" [ nil, path ] end - things.tap { |x| puts "new_key_with_path #{x}" } + things.tap { |x| puts "new_key_with_path #{x}"; puts caller } end def load_current_resource