Skip to content

Commit 49dbf4e

Browse files
committed
Decompilation file lookup log level 'info' -> 'fine'
1 parent 9667860 commit 49dbf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/me/coley/recaf/ui/component/DecompileItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public byte[] get(String path) {
337337
try {
338338
return Input.get().getFile(path);
339339
} catch (IOException e) {
340-
Logging.info("Decompile 'get' failed: " + e.getMessage());
340+
Logging.fine("Decompile 'get' failed: " + e.getMessage());
341341
}
342342
return null;
343343
}

0 commit comments

Comments
 (0)