add version header and time to --status-automat
authorRoyce Williams <royce@techsolvency.com>
Tue, 17 May 2016 14:24:35 +0000 (06:24 -0800)
committerRoyce Williams <royce@techsolvency.com>
Tue, 17 May 2016 14:24:35 +0000 (06:24 -0800)
src/hashcat.c

index 0e1de0a..c311e1c 100644 (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)
     {