This commit is contained in:
Martin Lensment 2015-06-03 10:49:33 +03:00
parent 0bb95d96bf
commit ce49a7aef2

View file

@ -550,7 +550,7 @@ class Epp::Domain < Domain
return dt
rescue => _e
add_epp_error('2306', nil, nil, I18n.t('action_failed_due_to_server_error'))
logger.error(e)
logger.error(_e)
raise ActiveRecord::Rollback
end
end