Skip to content
Snippets Groups Projects
Commit 1c5308a8 authored by kaloyane's avatar kaloyane
Browse files

minor: fix typo

SVN: 23463
parent 7e2c48a9
No related branches found
No related tags found
No related merge requests found
...@@ -256,7 +256,7 @@ public class DataSetStorageAlgorithmRunner<T extends DataSetInformation> ...@@ -256,7 +256,7 @@ public class DataSetStorageAlgorithmRunner<T extends DataSetInformation>
private void rollbackStorageProcessors(Throwable ex) private void rollbackStorageProcessors(Throwable ex)
{ {
operationLog.error( operationLog.error(
"Error during dataset registertion: " + ExceptionUtils.getRootCauseMessage(ex), ex); "Error during dataset registration: " + ExceptionUtils.getRootCauseMessage(ex), ex);
// Errors which are not AssertionErrors leave the system in a state that we don't // Errors which are not AssertionErrors leave the system in a state that we don't
// know and can't trust. Thus we will not perform any operations any more in this // know and can't trust. Thus we will not perform any operations any more in this
......
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