From 91979bff69be34ce9f3f63604d18a9e22122db89 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 15 Oct 2016 14:34:07 +0200 Subject: [PATCH] Mark OpenCL devices as listing --- src/opencl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opencl.c b/src/opencl.c index d6563f7c1..0525d424c 100644 --- a/src/opencl.c +++ b/src/opencl.c @@ -2657,7 +2657,7 @@ int opencl_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime) { if (device_param->skipped == 0) { - event_log_info (hashcat_ctx, "Device #%u: %s, %lu/%lu MB allocatable, %uMCU", + event_log_info (hashcat_ctx, "* Device #%u: %s, %lu/%lu MB allocatable, %uMCU", device_id + 1, device_name, (unsigned int) (device_maxmem_alloc / 1024 / 1024), @@ -2666,7 +2666,7 @@ int opencl_ctx_devices_init (hashcat_ctx_t *hashcat_ctx, const int comptime) } else { - event_log_info (hashcat_ctx, "Device #%u: %s, skipped", + event_log_info (hashcat_ctx, "* Device #%u: %s, skipped", device_id + 1, device_name); }