Skip to content

Commit ec53f6e

Browse files
committed
println
1 parent c34b544 commit ec53f6e

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.warn("Auto-detected rt.jar path: {}", rtJar);
318+
System.out.println("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)