Skip to content
Snippets Groups Projects
Commit 6b2df48b authored by cramakri's avatar cramakri
Browse files

LMS-2435 Fixed typo in notification message.

SVN: 22525
parent 47dfb85e
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ public class SegmentedStoreShufflingTask implements IDataStoreLockingMaintenance
private static final Logger notificationLog = LogFactory.getLogger(LogCategory.NOTIFY,
SegmentedStoreShufflingTask.class);
private final Set<String> incomingShares;
private final IEncapsulatedOpenBISService service;
......@@ -231,15 +231,14 @@ public class SegmentedStoreShufflingTask implements IDataStoreLockingMaintenance
}
if (emptyShares.isEmpty() == false)
{
notificationLog.info("The following shares are just emptied by shuffeling: " + emptyShares);
notificationLog.info("The following shares were emptied by shuffling: " + emptyShares);
}
}
private List<Share> listShares()
{
return SegmentedStoreUtils.getDataSetsPerShare(storeRoot, dataStoreCode,
Collections.<String> emptySet(), freeSpaceProvider, service,
operationLogger);
Collections.<String> emptySet(), freeSpaceProvider, service, operationLogger);
}
/**
......
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