Signed-off-by: Luke Kanies <[email protected]>
---
lib/puppet/indirector/rest.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/puppet/indirector/rest.rb b/lib/puppet/indirector/rest.rb
index 909be9a..4d818c9 100644
--- a/lib/puppet/indirector/rest.rb
+++ b/lib/puppet/indirector/rest.rb
@@ -49,7 +49,7 @@ class Puppet::Indirector::REST < Puppet::Indirector::Terminus
end
else
# Raise the http error if we didn't get a 'success' of some kind.
- message = "Server returned %s: %s" % [response.code,
response.message]
+ message = "Error %s on SERVER: %s" % [response.code,
response.message]
raise Net::HTTPError.new(message, response)
end
end
--
1.6.1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---