diff --git a/src/terminal.c b/src/terminal.c index 2976bc7c2..e929a6ab8 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -88,8 +88,11 @@ void welcome_screen (hashcat_ctx_t *hashcat_ctx, const char *version_tag) } else if (user_options->backend_info > 0) { - event_log_info (hashcat_ctx, "%s (%s) starting in backend information mode", PROGNAME, version_tag); - event_log_info (hashcat_ctx, NULL); + if (user_options->machine_readable == false) + { + event_log_info (hashcat_ctx, "%s (%s) starting in backend information mode", PROGNAME, version_tag); + event_log_info (hashcat_ctx, NULL); + } } else if (user_options->hash_mode_chgd == false) {