1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-27 02:18:21 +00:00

Some newline fixes

This commit is contained in:
jsteube 2016-10-14 20:18:45 +02:00
parent 056083fdba
commit ef80e3f074
2 changed files with 6 additions and 6 deletions

View File

@ -180,7 +180,9 @@ static void main_cracker_starting (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, MAYB
{ {
if ((user_options->quiet == false) && (user_options->status == false) && (user_options->benchmark == false)) if ((user_options->quiet == false) && (user_options->status == false) && (user_options->benchmark == false))
{ {
send_prompt (); event_log_info_nn (hashcat_ctx, "");
send_prompt ();
} }
} }
else if (user_options_extra->wordlist_mode == WL_MODE_STDIN) else if (user_options_extra->wordlist_mode == WL_MODE_STDIN)

View File

@ -3507,7 +3507,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
{ {
if (cached == 0) if (cached == 0)
{ {
if (user_options->quiet == false) event_log_info (hashcat_ctx, "- Device #%u: Kernel %s not found in cache! Building may take a while...", device_id + 1, filename_from_filepath (cached_file)); if (user_options->quiet == false) event_log_info_nn (hashcat_ctx, "- Device #%u: Kernel %s not found in cache! Building may take a while...", device_id + 1, filename_from_filepath (cached_file));
const int rc_read_kernel = read_kernel_binary (hashcat_ctx, source_file, 1, kernel_lengths, kernel_sources); const int rc_read_kernel = read_kernel_binary (hashcat_ctx, source_file, 1, kernel_lengths, kernel_sources);
@ -3709,8 +3709,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
if (cached == 0) if (cached == 0)
{ {
if (user_options->quiet == false) event_log_info (hashcat_ctx, "- Device #%u: Kernel %s not found in cache! Building may take a while...", device_id + 1, filename_from_filepath (cached_file)); if (user_options->quiet == false) event_log_info_nn (hashcat_ctx, "- Device #%u: Kernel %s not found in cache! Building may take a while...", device_id + 1, filename_from_filepath (cached_file));
if (user_options->quiet == false) event_log_info (hashcat_ctx, "");
const int rc_read_kernel = read_kernel_binary (hashcat_ctx, source_file, 1, kernel_lengths, kernel_sources); const int rc_read_kernel = read_kernel_binary (hashcat_ctx, source_file, 1, kernel_lengths, kernel_sources);
@ -3850,8 +3849,7 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
if (cached == 0) if (cached == 0)
{ {
if (user_options->quiet == false) event_log_info (hashcat_ctx, "- Device #%u: Kernel %s not found in cache! Building may take a while...", device_id + 1, filename_from_filepath (cached_file)); if (user_options->quiet == false) event_log_info_nn (hashcat_ctx, "- Device #%u: Kernel %s not found in cache! Building may take a while...", device_id + 1, filename_from_filepath (cached_file));
if (user_options->quiet == false) event_log_info (hashcat_ctx, "");
const int rc_read_kernel = read_kernel_binary (hashcat_ctx, source_file, 1, kernel_lengths, kernel_sources); const int rc_read_kernel = read_kernel_binary (hashcat_ctx, source_file, 1, kernel_lengths, kernel_sources);