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

LMS-1995 typo corrected

SVN: 19942
parent 4ad8f8d8
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ public final class ETLDaemon ...@@ -240,7 +240,7 @@ public final class ETLDaemon
String shareId = SegmentedStoreUtils.findIncomingShare(incomingDataDirectory, shares); String shareId = SegmentedStoreUtils.findIncomingShare(incomingDataDirectory, shares);
incomingShares.add(shareId); incomingShares.add(shareId);
operationLog.info("[" + threadParameters.getThreadName() + "]: Data sets drop into '" operationLog.info("[" + threadParameters.getThreadName() + "]: Data sets drop into '"
+ incomingDataDirectory + "' will stored in share " + shareId + "."); + incomingDataDirectory + "' will be stored in share " + shareId + ".");
createProcessingThread(parameters, threadParameters, shareId, createProcessingThread(parameters, threadParameters, shareId,
openBISService, highwaterMarkWatcher, mailClient, dataSetValidator, openBISService, highwaterMarkWatcher, mailClient, dataSetValidator,
notifySuccessfulRegistration); notifySuccessfulRegistration);
......
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