Skip to content

Commit adaa5cd

Browse files
Minor logging change
1 parent 347137e commit adaa5cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/org/variantsync/vevos/extraction/AnalysisTask.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ private void moveResultsToDirectory(File workDir, Path pathToTargetDir, RevCommi
201201

202202
LOGGER.logStatus("Moving VARIABLES file to common output directory.");
203203
if(moveVariablesFile(outputDir, data_collection_dir)) {
204-
LOGGER.logWarning("Moving VARIABLES failed.");
204+
if (fullExtraction) {
205+
LOGGER.logWarning("Moving VARIABLES failed. It is likely that no information about the features in the feature model was extracted.");
206+
}
205207
}
206208

207209
// Move the cache of the extractors to the collected output directory

0 commit comments

Comments
 (0)