Skip to content
Snippets Groups Projects
Commit 5cd2c36f authored by felmer's avatar felmer
Browse files

LMS-2737 fix log message

SVN: 24218
parent 98148d2e
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ public class DataSetStorageAlgorithmRunner<T extends DataSetInformation> ...@@ -195,7 +195,7 @@ public class DataSetStorageAlgorithmRunner<T extends DataSetInformation>
// Should always succeed // Should always succeed
commitStorageProcessors(); commitStorageProcessors();
dssRegistrationLog.log("Storage processors have commited."); dssRegistrationLog.log("Storage processors have been committed.");
logSuccessfulRegistration(); logSuccessfulRegistration();
......
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