Skip to content
Snippets Groups Projects
Commit 29cb0e4f authored by felmer's avatar felmer
Browse files

SP-609, BIS-370: bug fixed: Operation logger in AggregationCommand showing stack trace

SVN: 29189
parent 079a7880
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public class AggregationCommand
}
} catch (Throwable ex)
{
operationLog.error(ex);
operationLog.error("", ex);
ITableModel tableModel = tableBuilder.getTableModel();
if (tableModel instanceof TableModel)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment