From 98cedd94224a5f3726122ae611a3ce4c799c0b30 Mon Sep 17 00:00:00 2001 From: jsteube Date: Mon, 27 Mar 2017 10:35:31 +0200 Subject: [PATCH] Remove unused argument --- src/opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opencl.c b/src/opencl.c index 3342d14f2..f0d0e95cb 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -3464,7 +3464,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx) if ((skipped_temp == true) && (user_options->force == false)) { event_log_warning (hashcat_ctx, "* Device #%u: Skipping unstable hash-mode %u for this device.", device_id + 1, user_options->hash_mode); - event_log_warning (hashcat_ctx, " You can use --force to override, but do not report related errors.", device_id + 1, user_options->hash_mode); + event_log_warning (hashcat_ctx, " You can use --force to override, but do not report related errors."); device_param->skipped_temp = true;