Skip to content

Commit

Permalink
Fix ...
Browse files Browse the repository at this point in the history
  • Loading branch information
crawley committed Jul 11, 2014
1 parent 549b7ad commit 8f5f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/openstack-clients.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
status = res.code.to_i
case status
when 404
Chef::Log.warning("There is no RDO repo for #{release} on #{platform}")
Chef::Log.warn("There is no RDO repo for #{release} on #{platform}")
break;
when 400..499, 500..599
raise "HTTP Request failed: #{status} #{res.message}: for #{url}"
Expand Down

0 comments on commit 8f5f573

Please sign in to comment.