X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2Fshared.c;h=e1ce9223e39f8885b05207b279309f1963044dbc;hb=5d41b935149e78a485a86ad8397efaa0ee1cdf76;hp=7af0bd0fd825e9f98bed7eabd965f14d355f6211;hpb=e01a2143d2ceba21d5ebbed554bc77261aa59a82;p=hashcat.git diff --git a/src/shared.c b/src/shared.c index 7af0bd0..e1ce922 100644 --- a/src/shared.c +++ b/src/shared.c @@ -9176,7 +9176,7 @@ void stop_at_checkpoint () if (data.restore_disable == 1) { - log_info ("WARNING: This feature is disabled when --restore-disable was specified"); + log_info ("WARNING: This feature is disabled when --restore-disable is specified"); return; } @@ -10505,7 +10505,7 @@ int wpa_parse_hash (char *input_buf, uint input_len, hash_t *hash_buf) if (salt_len > 36) { - log_info ("WARNING: The length of the ESSID is too long. The hccap file may be invalid or corrupted"); + log_info ("WARNING: The ESSID length is too long, the hccap file may be invalid or corrupted"); return (PARSER_SALT_LENGTH); }