Skip to content

Commit

Permalink
Update log message when zone already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
threetee committed Dec 16, 2011
1 parent 7daca8b commit a6d35e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/zone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def create
create
Chef::Log.info "Zone created: #{domain}"
else
Chef::Log.info "Zone already exists, not modifying: #{domain}"
Chef::Log.info "Zone already exists, skipping create: #{domain}"
end
end

0 comments on commit a6d35e7

Please sign in to comment.