From: Jens Steube Date: Tue, 21 Jun 2016 12:24:23 +0000 (+0200) Subject: Merge pull request #385 from NSAKEY/master X-Git-Tag: v3.00~31 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=49360a6dd7cd1c51265fff98db6b60c692a033a3;hp=2a88323d9c84e6c0da7f492140753536fd662de3;p=hashcat.git Merge pull request #385 from NSAKEY/master More log message touch-ups. --- diff --git a/src/hashcat.c b/src/hashcat.c index 9331ec7..6656862 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -6619,7 +6619,7 @@ int main (int argc, char **argv) if (force == 0) { log_info ("The manual use of the -u option (or --kernel-loops) is outdated"); - log_info ("Please consider using the option -w instead"); + log_info ("Please consider using the -w option instead"); log_info ("You can use --force to override this but do not post error reports if you do so"); log_info (""); @@ -14116,7 +14116,7 @@ int main (int argc, char **argv) { if (algorithm_pos == 0) { - log_info ("- Device #%u: WARNING: Not a native intel opencl runtime, expect massive speed loss", device_id + 1); + log_info ("- Device #%u: WARNING: Not a native Intel OpenCL runtime, expect massive speed loss", device_id + 1); log_info (" You can use --force to override this but do not post error reports if you do so"); }