summaryrefslogtreecommitdiffstats
path: root/tools/idevicepair.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicepair.c')
-rw-r--r--tools/idevicepair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicepair.c b/tools/idevicepair.c
index d02a258..9edfbbe 100644
--- a/tools/idevicepair.c
+++ b/tools/idevicepair.c
@@ -40,7 +40,7 @@ static void print_error_message(lockdownd_error_t err)
40 case LOCKDOWN_E_INVALID_HOST_ID: 40 case LOCKDOWN_E_INVALID_HOST_ID:
41 printf("ERROR: Device %s is not paired with this host\n", udid); 41 printf("ERROR: Device %s is not paired with this host\n", udid);
42 break; 42 break;
43 case LOCKDOWN_E_PAIRING_DIALOG_PENDING: 43 case LOCKDOWN_E_PAIRING_DIALOG_RESPONSE_PENDING:
44 printf("ERROR: Please accept the trust dialog on the screen of device %s, then attempt to pair again.\n", udid); 44 printf("ERROR: Please accept the trust dialog on the screen of device %s, then attempt to pair again.\n", udid);
45 break; 45 break;
46 case LOCKDOWN_E_USER_DENIED_PAIRING: 46 case LOCKDOWN_E_USER_DENIED_PAIRING: