diff options
Diffstat (limited to 'tools/idevicenotificationproxy.c')
-rw-r--r-- | tools/idevicenotificationproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicenotificationproxy.c b/tools/idevicenotificationproxy.c index cfc9260..00bcba8 100644 --- a/tools/idevicenotificationproxy.c +++ b/tools/idevicenotificationproxy.c | |||
@@ -250,7 +250,7 @@ int main(int argc, char *argv[]) | |||
250 | } | 250 | } |
251 | } | 251 | } |
252 | } else { | 252 | } else { |
253 | printf("Could not start notification_proxy service on device.\n"); | 253 | printf("ERROR: Could not start service %s: %s\n", NP_SERVICE_NAME, lockdownd_strerror(ret)); |
254 | } | 254 | } |
255 | 255 | ||
256 | if (service) { | 256 | if (service) { |