|
|
@ -60,7 +60,8 @@ function islandora_ingest_form(array $form, array &$form_state, array $configura |
|
|
|
watchdog( |
|
|
|
watchdog( |
|
|
|
'islandora', |
|
|
|
'islandora', |
|
|
|
'Exception during ingest form processing with Message: "@exception", and Trace: @trace', |
|
|
|
'Exception during ingest form processing with Message: "@exception", and Trace: @trace', |
|
|
|
array('@exception' => $e->getMessage(), '@trace' => $e->getTraceAsString()), WATCHDOG_ERROR |
|
|
|
array('@exception' => $e->getMessage(), '@trace' => $e->getTraceAsString()), |
|
|
|
|
|
|
|
WATCHDOG_ERROR |
|
|
|
); |
|
|
|
); |
|
|
|
drupal_set_message($e->getMessage(), 'error'); |
|
|
|
drupal_set_message($e->getMessage(), 'error'); |
|
|
|
return array(array( |
|
|
|
return array(array( |
|
|
|