diff options
author | 2025-10-05 17:19:01 +0200 | |
---|---|---|
committer | 2025-10-05 17:19:01 +0200 | |
commit | 14f8d6a50a68081a3ff9eec927d5b3a9665f8619 (patch) | |
tree | c1726c71d189b9761dc7e4a697ff3184e29c10a8 | |
parent | 54f6437c02ece1bdbc3350b35333c22364834e69 (diff) | |
download | libimobiledevice-14f8d6a50a68081a3ff9eec927d5b3a9665f8619.tar.gz libimobiledevice-14f8d6a50a68081a3ff9eec927d5b3a9665f8619.tar.bz2 |
idevicesyslog: Fix log message
-rw-r--r-- | tools/idevicesyslog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 5b124b5..88af4c1 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c @@ -1244,7 +1244,7 @@ int main(int argc, char *argv[]) idevice_device_list_extended_free(devices); if (count == 0) { if (!udid) { - fprintf(stderr, "No device found. Plug in a device or pass UDID with -u to wait for device to be available.\n"); + fprintf(stderr, "No device found. Plug in a device or pass UDID with -u to wait for device to become available.\n"); return 1; } |