X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9074f3f32aa13274f266bfb091bdac43426bb4d9..cdb8b00dc0e9f4b8840c75c6c8f7b6b8f8fe5133:/apps/workbench/app/controllers/actions_controller.rb diff --git a/apps/workbench/app/controllers/actions_controller.rb b/apps/workbench/app/controllers/actions_controller.rb index 952f9dca51..939cac34ff 100644 --- a/apps/workbench/app/controllers/actions_controller.rb +++ b/apps/workbench/app/controllers/actions_controller.rb @@ -187,8 +187,7 @@ class ActionsController < ApplicationController end def report_issue - $stderr.puts "Issue being reported with these parameters: #{params.inspect}" - logger.warn "Issue being reported with these parameters: #{params.inspect}" + logger.warn "report_issue: #{params.inspect}" respond_to do |format| IssueReporter.send_report(current_user, params).deliver