From 14f8d6a50a68081a3ff9eec927d5b3a9665f8619 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 5 Oct 2025 17:19:01 +0200 Subject: idevicesyslog: Fix log message --- tools/idevicesyslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.1-32-gdbae