Skip to content

Commit c34b544

Browse files
committed
change log level so it would be seen in tests
1 parent edbd75e commit c34b544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deobfuscator-api/src/main/java/uwu/narumi/deobfuscator/api/context/DeobfuscatorOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public DeobfuscatorOptions build() {
315315
if (this.rtJarPath == null) {
316316
Path rtJar = findRtJarPath();
317317
if (rtJar != null) {
318-
LOGGER.info("Auto-detected rt.jar path: {}", rtJar);
318+
LOGGER.warn("Auto-detected rt.jar path: {}", rtJar);
319319
this.rtJarPath = rtJar;
320320
} else {
321321
LOGGER.warn("Failed to auto-detect rt.jar path. Please provide path to rt.jar from Java 8 binaries, otherwise sandbox will not work.");

0 commit comments

Comments
 (0)