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

SSDM-2084: Improve log message for SSDM-2069 (Increase performance multi data set archiving)

SVN: 34881
parent a1eaaa60
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ public class MonitoredIOStreamCopier
if (maxQueueSize < 1)
{
throw new ConfigurationFailureException("Maximum queue size "
+ maxQueueSize + " should be larger than buffer size " + bufferSize + ".");
+ maxQueueSizeInBytes + " should be larger than buffer size " + bufferSize + ".");
}
queue = new LinkedBlockingQueue<WritingItem>((int) maxQueueSize);
}
......
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