diff --git a/pages/UI.php b/pages/UI.php index e68176eea..9a860184f 100644 --- a/pages/UI.php +++ b/pages/UI.php @@ -1821,7 +1821,7 @@ catch(CoreException $e) } } - IssueLog::Error($e->getMessage()); + IssueLog::Error('UI.php operation='.$operation.', error='.$e->getMessage()."\n".$e->getTraceAsString()); } // For debugging only