Skip to content
Snippets Groups Projects
Commit d65bb181 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Clarify the problem in error log.

parent 3feda096
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ public class VQImageCompressor extends CompressorDecompressorBase implements IIm
if (!cacheManager.doesVQCacheExists(options.getInputDataInfo().getCacheFileName(),
getCodebookSize(),
options.getQuantizationVector())) {
reportStatusToListeners("Quantization file doesn't exist");
reportStatusToListeners("Codebook cache not found.");
trainAndSaveCodebook();
}
......@@ -216,7 +216,6 @@ public class VQImageCompressor extends CompressorDecompressorBase implements IIm
stopwatch.stop();
if (options.isConsoleApplication()) {
System.out.println("Is console app, whyy");
reportStatusToListeners("Finished compression of plane %d in %s.", planeIndex, stopwatch.getElapsedTimeString());
} else {
reportProgressToListeners(planeIndex, planeIndices.length,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment