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
@@ -254,7 +254,7 @@ int stop_at_checkpoint (hashcat_ctx_t *hashcat_ctx)
if (restore_ctx->enabled == false)
{
event_log_warning (hashcat_ctx, "This feature is disabled when --restore-disable is specified");
event_log_warning (hashcat_ctx, "This feature is disabled when --restore-disable is specified.");
return -1;
}