Skip to content

Commit

Permalink
log already imported broadcasts as info
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Mar 16, 2017
1 parent 8f5ab40 commit 23379dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/import/importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def recordings?

def mapping_imported?
mapping.imported?.tap do |imported|
warn("Broadcast #{mapping} is already imported.") if imported
inform("Broadcast #{mapping} is already imported.") if imported
end
end

Expand Down

0 comments on commit 23379dd

Please sign in to comment.