📝 UI better log on catch

This commit is contained in:
Pierre Goiffon
2019-11-04 09:22:43 +01:00
parent 6144cfad3d
commit 9e015ba59a

View File

@@ -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