From 69a945ea75ad946f1054643ca1b1d8d263f5dbdf Mon Sep 17 00:00:00 2001 From: beschio <63711986+beschio@users.noreply.github.com> Date: Sat, 4 Feb 2023 22:47:10 +0100 Subject: [PATCH] fix Metal API advice --- src/backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend.c b/src/backend.c index ca229025c..bc8c74fcf 100644 --- a/src/backend.c +++ b/src/backend.c @@ -6233,7 +6233,7 @@ int backend_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime) if (user_options->backend_info == 0) { event_log_warning (hashcat_ctx, "The device #%d has been disabled as it most likely also exists as an OpenCL device, but it is not possible to automatically map it.", device_id + 1); - event_log_warning (hashcat_ctx, "You can use -d #%d to use Metal API instead of OpenCL API. In some rare cases this is more stable.", device_id + 1); + event_log_warning (hashcat_ctx, "You can use -d %d to use Metal API instead of OpenCL API. In some rare cases this is more stable.", device_id + 1); event_log_warning (hashcat_ctx, NULL); }