mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-31 22:09:57 +01:00
Changed a System.out.println to use logging
This commit is contained in:
parent
6eb27144d9
commit
06ecaad638
|
|
@ -66,7 +66,7 @@ public final class LinuxEnvironmentPlugin extends ControllerEnvironment implemen
|
|||
|
||||
public LinuxEnvironmentPlugin() {
|
||||
this.controllers = enumerateControllers();
|
||||
System.out.println("Linux plugin claims to have found " + controllers.length + " controllers");
|
||||
ControllerEnvironment.logln("Linux plugin claims to have found " + controllers.length + " controllers");
|
||||
AccessController.doPrivileged(
|
||||
new PrivilegedAction() {
|
||||
public final Object run() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue