1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-19 19:12:11 +00:00

Move event_log_info() out of restore.c

This commit is contained in:
jsteube 2016-10-23 14:10:19 +02:00
parent 515107047b
commit 14bd614bfc

View File

@ -202,8 +202,7 @@ static int read_restore (hashcat_ctx_t *hashcat_ctx)
fclose (fp); fclose (fp);
event_log_info (hashcat_ctx, "INFO: Changing current working directory to '%s'", rd->cwd); event_log_warning (hashcat_ctx, "Changing current working directory to '%s'" EOL, rd->cwd);
event_log_info (hashcat_ctx, "");
if (chdir (rd->cwd)) if (chdir (rd->cwd))
{ {