Changed "puts" to proper logging
This commit is contained in:
parent
38df37057a
commit
e4e8c0c0db
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ task :import_debian => :environment do
|
|||
Rails.logger.level = Logger::INFO
|
||||
#Rails.logger.level = Logger::DEBUG
|
||||
|
||||
puts "Importing Debian package information"
|
||||
Rails.logger.info "Importing Debian package information"
|
||||
|
||||
repositories.each do |repository|
|
||||
Rails.logger.info "Fetching Release file for repository: #{repository[:url]} with components: #{repository[:components]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue