This commit is contained in:
iceman1001 2019-02-25 00:38:48 +01:00
commit a8eb0fd05f

View file

@ -171,8 +171,8 @@ crack_states_thread(void* x){
char progress_text[80];
char keystr[18];
sprintf(keystr, "%012" PRIx64, key);
sprintf(progress_text, "Brute force phase completed. Key found: " _GREEN_(%s), keystr);
sprintf(keystr, "%012" PRIx64 " ", key);
sprintf(progress_text, "Brute force phase completed. Key found: " _YELLOW_(%s), keystr);
hardnested_print_progress(thread_arg->num_acquired_nonces, progress_text, 0.0, 0);
break;
} else if(keys_found){