more event_log_* standardization

This commit is contained in:
Royce Williams
2017-04-01 23:50:06 -08:00
parent 32cf972c1c
commit 067372f5ce
17 changed files with 227 additions and 225 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ int debugfile_init (hashcat_ctx_t *hashcat_ctx)
if (fp == NULL)
{
event_log_error (hashcat_ctx, "Could not open debug-file for writing");
event_log_error (hashcat_ctx, "Could not open --debug-file file for writing.");
return -1;
}