X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/141df02e671d7c559f6d813bde1d792a159f1875..b25f10eb56b1b2864d3a9eeff535caea119e55cc:/app/controllers/traces_controller.rb diff --git a/app/controllers/traces_controller.rb b/app/controllers/traces_controller.rb index 334aa2aa6..3497e92d5 100644 --- a/app/controllers/traces_controller.rb +++ b/app/controllers/traces_controller.rb @@ -113,8 +113,8 @@ class TracesController < ApplicationController begin @trace = do_create(params[:trace][:gpx_file], params[:trace][:tagstring], params[:trace][:description], params[:trace][:visibility]) - rescue StandardError => ex - logger.debug ex + rescue StandardError => e + logger.debug e end if @trace.id