Skip to content

Commit

Permalink
Typo in port number: 2202 != 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
msftguy committed Jun 30, 2013
1 parent 2fd58f9 commit a5f3a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/gui/src/gui.java
Expand Up @@ -208,7 +208,7 @@ void guiInit()
error("\n INIT FAILED (Jsyringe)!");
} else if (!Jsyringe.startMuxThread(22, 2022)) {
error("\n INIT FAILED (mux thread)!");
log(MessageStyle.Important, "Possible causes:\n iTunes 9 or newer is NOT installed.\n Could not bind to the port 2202 (make sure only one instance is running!");
log(MessageStyle.Important, "Possible causes:\n iTunes 9 or newer is NOT installed.\n Could not bind to the port 2022 (make sure only one instance is running!");
} else {
MobileDevice.start();
Background.start();
Expand Down

3 comments on commit a5f3a79

@wass02
Copy link

@wass02 wass02 commented on a5f3a79 Apr 21, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bashar1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bashar1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ssh.jar

Please sign in to comment.