summaryrefslogtreecommitdiff
path: root/lib/chef_zero/rest_router.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/rest_router.rb')
-rw-r--r--lib/chef_zero/rest_router.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef_zero/rest_router.rb b/lib/chef_zero/rest_router.rb
index 2b5e129..ce08204 100644
--- a/lib/chef_zero/rest_router.rb
+++ b/lib/chef_zero/rest_router.rb
@@ -60,13 +60,13 @@ module ChefZero
end
def log_response(response)
- ChefZero::Log.debug {
+ ChefZero::Log.debug do
[ "",
"--- RESPONSE (#{response[0]}) ---",
response[2].chomp,
"--- END RESPONSE ---",
].join("\n")
- }
+ end
end
end
end