mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-23 15:08:37 +00:00
fix type mismatch in msg
This commit is contained in:
parent
f6afc8696c
commit
7c9c1af30f
@ -2292,13 +2292,13 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
|
|||||||
if (hashconfig->opti_type & OPTI_TYPE_OPTIMIZED_KERNEL)
|
if (hashconfig->opti_type & OPTI_TYPE_OPTIMIZED_KERNEL)
|
||||||
{
|
{
|
||||||
event_log_info (hashcat_ctx,
|
event_log_info (hashcat_ctx,
|
||||||
"Kernel.Feature...: Optimized Kernel (max length: %s)",
|
"Kernel.Feature...: Optimized Kernel (max length: %u)",
|
||||||
hashconfig->pw_max);
|
hashconfig->pw_max);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
event_log_info (hashcat_ctx,
|
event_log_info (hashcat_ctx,
|
||||||
"Kernel.Feature...: Pure Kernel (max length: %s)",
|
"Kernel.Feature...: Pure Kernel (max length: %u)",
|
||||||
hashconfig->pw_max);
|
hashconfig->pw_max);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user