projects
/
hashcat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f05e9
)
add version header and time to --status-automat
author
Royce Williams
<royce@techsolvency.com>
Tue, 17 May 2016 14:24:35 +0000
(06:24 -0800)
committer
Royce Williams
<royce@techsolvency.com>
Tue, 17 May 2016 14:24:35 +0000
(06:24 -0800)
src/hashcat.c
patch
|
blob
|
history
diff --git
a/src/hashcat.c
b/src/hashcat.c
index
0e1de0a
..
c311e1c
100644
(file)
--- 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)
{