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)
case LOCKDOWN_E_INVALID_HOST_ID:
printf("ERROR: Device %s is not paired with this host\n", udid);
break;
- case LOCKDOWN_E_PAIRING_DIALOG_PENDING:
+ case LOCKDOWN_E_PAIRING_DIALOG_RESPONSE_PENDING:
printf("ERROR: Please accept the trust dialog on the screen of device %s, then attempt to pair again.\n", udid);
break;
case LOCKDOWN_E_USER_DENIED_PAIRING: