Skip to content

Commit cc94ff7

Browse files
logging: minor change in log level
1 parent 37c0d2d commit cc94ff7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ __pycache__
2020
*/latex/*.out
2121
*/latex/*.synctex.gz
2222

23-
/src/test/resources/variantgeneration/gen/
23+
/src/test/resources/variantgeneration/gen/
24+
/log.txt

src/main/java/org/variantsync/vevos/simulation/variability/pc/variantlines/VariantLine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public List<String> project(final VariantGenerationOptions projectionOptions, fi
2424
// Skipping the line really is the best solution, as the empty line is created by appending a line separator
2525
// to the previous line. I added the additional if-statement, to only catch cases in which more than one line
2626
// is out of bounds, which might indicate a problem.
27-
Logger.debug(logMessage);
27+
Logger.warn(logMessage);
2828
}
2929

3030
return List.of();

0 commit comments

Comments
 (0)