Show discovery errors

This commit is contained in:
Iwan Timmer
2015-01-03 18:34:29 +01:00
parent 28967525e9
commit b88c5f0d65

View File

@@ -432,6 +432,7 @@ public class Limelight implements NvConnectionListener {
@Override
public void notifyDiscoveryFailure(Exception e) {
displayError("Discover", e.getMessage());
}
});
agent.startDiscovery(1000);