mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-25 01:18:57 +00:00
add version header and time to --status-automat
This commit is contained in:
parent
18f05e9b51
commit
05d099d3be
@ -5876,6 +5876,10 @@ int main (int argc, char **argv)
|
|||||||
log_info ("%s (%s) starting in benchmark-mode...", PROGNAME, VERSION_TAG);
|
log_info ("%s (%s) starting in benchmark-mode...", PROGNAME, VERSION_TAG);
|
||||||
log_info ("");
|
log_info ("");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
log_info ("# %s (%s) %s", PROGNAME, VERSION_TAG, ctime (&proc_start));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (restore == 1)
|
else if (restore == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user