1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

add version header and time to --status-automat

This commit is contained in:
Royce Williams 2016-05-17 06:24:35 -08:00
parent 18f05e9b51
commit 05d099d3be

View File

@ -5876,6 +5876,10 @@ int main (int argc, char **argv)
log_info ("%s (%s) starting in benchmark-mode...", PROGNAME, VERSION_TAG);
log_info ("");
}
else
{
log_info ("# %s (%s) %s", PROGNAME, VERSION_TAG, ctime (&proc_start));
}
}
else if (restore == 1)
{