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

Merge pull request #341 from roycewilliams/master

add version header and time to --status-automat
This commit is contained in:
Jens Steube 2016-05-17 16:48:59 +02:00
commit 19afd5c135

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)
{