mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-19 07:10:56 +00:00
Correct check for debug value
This commit is contained in:
@@ -389,7 +389,7 @@ public class Limelight implements NvConnectionListener {
|
|||||||
if (action.equals("fake"))
|
if (action.equals("fake"))
|
||||||
limelight.startUpFake(streamConfig, video);
|
limelight.startUpFake(streamConfig, video);
|
||||||
else
|
else
|
||||||
limelight.startUp(streamConfig, inputs, mapping, audio, tests, debug.intValue() > Level.WARNING.intValue());
|
limelight.startUp(streamConfig, inputs, mapping, audio, tests, debug.intValue() <= Level.WARNING.intValue());
|
||||||
} else if (action.equals("pair"))
|
} else if (action.equals("pair"))
|
||||||
limelight.pair();
|
limelight.pair();
|
||||||
else if (action.equals("list"))
|
else if (action.equals("list"))
|
||||||
|
|||||||
Reference in New Issue
Block a user