mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Make info log fine so it doesnt go to stdout
This commit is contained in:
parent
50e7deeb32
commit
9b6e12497e
@ -8,7 +8,7 @@ public class LimeLog {
|
||||
private static final Logger LOGGER = Logger.getLogger(LimeLog.class.getName());
|
||||
|
||||
public static void info(String msg) {
|
||||
LOGGER.info(msg);
|
||||
LOGGER.fine(msg);
|
||||
}
|
||||
|
||||
public static void warning(String msg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user