1
0
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:
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 ("%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)
{ {