|
|
@ -773,7 +773,7 @@ function islandora_ingest_form_submit(array $form, array &$form_state) { |
|
|
|
// invalid, so don't say failed. |
|
|
|
// invalid, so don't say failed. |
|
|
|
watchdog( |
|
|
|
watchdog( |
|
|
|
'islandora', |
|
|
|
'islandora', |
|
|
|
'Exception Message: @exception. Trace: @trace', |
|
|
|
'Exception during ingest with Message: "@exception", and Trace: @trace', |
|
|
|
array('@exception' => $e->getMessage(), '@trace' => $e->getTraceAsString()), |
|
|
|
array('@exception' => $e->getMessage(), '@trace' => $e->getTraceAsString()), |
|
|
|
WATCHDOG_ERROR |
|
|
|
WATCHDOG_ERROR |
|
|
|
); |
|
|
|
); |
|
|
|