mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-30 11:58:15 +00:00
Some newline fixes
This commit is contained in:
parent
056083fdba
commit
ef80e3f074
@ -180,6 +180,8 @@ 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))
|
||||||
{
|
{
|
||||||
|
event_log_info_nn (hashcat_ctx, "");
|
||||||
|
|
||||||
send_prompt ();
|
send_prompt ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user