From 64f093130136367fdf50893c4615231fd75b61c2 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Tue, 2 Apr 2019 15:48:15 -0500 Subject: [PATCH] Switched key name from progress to speed --- src/terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal.c b/src/terminal.c index ca2f26bd8..bf16f3c84 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1682,7 +1682,7 @@ void status_speed_json (hashcat_ctx_t *hashcat_ctx) } printf (" \{ \"device\": %d,", device_id + 1); - printf (" \"progress\": %" PRIu64 " \}", (u64) (device_info->hashes_msec_dev_benchmark * 1000)); + printf (" \"speed\": %" PRIu64 " \}", (u64) (device_info->hashes_msec_dev_benchmark * 1000)); } printf(" \] \}");