summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-10-05 17:19:01 +0200
committerGravatar Nikias Bassen2025-10-05 17:19:01 +0200
commit14f8d6a50a68081a3ff9eec927d5b3a9665f8619 (patch)
treec1726c71d189b9761dc7e4a697ff3184e29c10a8
parent54f6437c02ece1bdbc3350b35333c22364834e69 (diff)
downloadlibimobiledevice-14f8d6a50a68081a3ff9eec927d5b3a9665f8619.tar.gz
libimobiledevice-14f8d6a50a68081a3ff9eec927d5b3a9665f8619.tar.bz2
idevicesyslog: Fix log message
-rw-r--r--tools/idevicesyslog.c2
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;
}