From 14bd614bfc7304989d750266cf8d2cc006f2a139 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sun, 23 Oct 2016 14:10:19 +0200 Subject: [PATCH] Move event_log_info() out of restore.c --- src/restore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/restore.c b/src/restore.c index 5bf889df6..f077da273 100644 --- a/src/restore.c +++ b/src/restore.c @@ -202,8 +202,7 @@ static int read_restore (hashcat_ctx_t *hashcat_ctx) fclose (fp); - event_log_info (hashcat_ctx, "INFO: Changing current working directory to '%s'", rd->cwd); - event_log_info (hashcat_ctx, ""); + event_log_warning (hashcat_ctx, "Changing current working directory to '%s'" EOL, rd->cwd); if (chdir (rd->cwd)) {