Add logging for domain transfer #2595

This commit is contained in:
Martin Lensment 2015-06-03 10:40:27 +03:00
parent 147892b4d9
commit 7a603d7ec6

View file

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