lib/cuker/helpers/formatters/abstract_model.rb in cuker-0.5.15 vs lib/cuker/helpers/formatters/abstract_model.rb in cuker-0.5.21
- old
+ new
@@ -83,10 +83,10 @@
def get_tags(hsh)
if hsh[:tags] and hsh[:tags].any?
hsh[:tags].map {|tag| tag[:name]}
else
- @log.warn "No Tags found in #{hsh[:keyword]} @ #{@file_path}"
+ @log.debug "No Tags found in #{hsh[:keyword]} @ #{@file_path}"
[]
end
end
private
\ No newline at end of file