From: Royce Williams Date: Tue, 17 May 2016 14:24:35 +0000 (-0800) Subject: add version header and time to --status-automat X-Git-Tag: v3.00~177^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=05d099d3be01b6536a6aad9e68b685b378b46953;p=hashcat.git add version header and time to --status-automat --- diff --git a/src/hashcat.c b/src/hashcat.c index 0e1de0a..c311e1c 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -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) {