Skip to content

Commit

Permalink
Show discovery errors
Browse files Browse the repository at this point in the history
  • Loading branch information
irtimmer committed Jan 3, 2015
1 parent 2896752 commit b88c5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/limelight/Limelight.java
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ public void notifyComputerRemoved(MdnsComputer computer) {

@Override
public void notifyDiscoveryFailure(Exception e) {
displayError("Discover", e.getMessage());
}
});
agent.startDiscovery(1000);
Expand Down

0 comments on commit b88c5f0

Please sign in to comment.