diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/preflight.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/preflight.c b/src/preflight.c index 0eea179..15429c0 100644 --- a/src/preflight.c +++ b/src/preflight.c | |||
| @@ -236,7 +236,9 @@ retry: | |||
| 236 | lockdownd_service_descriptor_t service = NULL; | 236 | lockdownd_service_descriptor_t service = NULL; |
| 237 | lerr = lockdownd_start_service(lockdown, "com.apple.mobile.insecure_notification_proxy", &service); | 237 | lerr = lockdownd_start_service(lockdown, "com.apple.mobile.insecure_notification_proxy", &service); |
| 238 | if (lerr != LOCKDOWN_E_SUCCESS) { | 238 | if (lerr != LOCKDOWN_E_SUCCESS) { |
| 239 | usbmuxd_log(LL_ERROR, "%s: ERROR: Could not start insecure_notification_proxy on %s, lockdown error %d", __func__, _dev->udid, lerr); | 239 | /* even though we failed, simple mode should still work, so only warn of an error */ |
| 240 | usbmuxd_log(LL_INFO, "%s: ERROR: Could not start insecure_notification_proxy on %s, lockdown error %d", __func__, _dev->udid, lerr); | ||
| 241 | client_device_add(info); | ||
| 240 | goto leave; | 242 | goto leave; |
| 241 | } | 243 | } |
| 242 | 244 | ||
