Skip to content

Commit 206254f

Browse files
misc: adjust log level
1 parent a1d61c4 commit 206254f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/variantsync/vevos/extraction

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected void setMatching(int lineNumber, int matchedLine) throws MatchingExcep
9090
// TODO: Handle this case
9191
// throw new MatchingException("line number mismatch for " + this.file + " -- " + lineNumber
9292
// + " : (" + this.matching.get(lineNumber) + " vs. " + matchedLine + ")");
93-
Logger.error("line number mismatch for " + this.file + " -- " + lineNumber
93+
Logger.debug("line number mismatch for " + this.file + " -- " + lineNumber
9494
+ " : (" + this.matching.get(lineNumber) + " vs. " + matchedLine + ")");
9595
}
9696
this.matching.set(lineNumber, matchedLine);

0 commit comments

Comments
 (0)