From 07279fc7d0ecf0d0150766139091dd02598624cc Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 11 Jul 2016 15:32:49 -0400 Subject: [PATCH] display prefinery join error --- controller/action/DownloadActions.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/action/DownloadActions.class.php b/controller/action/DownloadActions.class.php index 04eb9541..7263bc53 100644 --- a/controller/action/DownloadActions.class.php +++ b/controller/action/DownloadActions.class.php @@ -108,7 +108,7 @@ class DownloadActions extends Actions if ($failure) { Session::set(Session::KEY_DOWNLOAD_ACCESS_ERROR, - 'We were unable to add you to the wait list due to a technical error. Please contact ' . Config::HELP_CONTACT_EMAIL . ' for bonus credits.'); + 'We were unable to add you to the wait list. Received error "' . $e->getMessage() . '". Please contact ' . Config::HELP_CONTACT_EMAIL . ' if you think this is a mistake.' ); } }