switch debugfile.c to event_log_*

pull/544/head
jsteube 8 years ago
parent fa4de96ab0
commit 2a2df035e6

@ -6,7 +6,7 @@
#include "common.h"
#include "types.h"
#include "memory.h"
#include "logging.h"
#include "event.h"
#include "debugfile.h"
static void debugfile_format_plain (hashcat_ctx_t *hashcat_ctx, const u8 *plain_ptr, const u32 plain_len)
@ -107,7 +107,7 @@ int debugfile_init (hashcat_ctx_t *hashcat_ctx)
if (debugfile_ctx->fp == NULL)
{
log_error ("ERROR: Could not open debug-file for writing");
event_log_error (hashcat_ctx, "ERROR: Could not open debug-file for writing");
return -1;
}

Loading…
Cancel
Save