From: _NSAKEY Date: Tue, 21 Jun 2016 11:05:07 +0000 (-0500) Subject: Trivial log message touch-ups. X-Git-Tag: v3.00~32^2 X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=2504b59eea7be4bb480dce92f833876b0a4e9a72 Trivial log message touch-ups. --- diff --git a/src/ext_OpenCL.c b/src/ext_OpenCL.c index a0c1dc0..477afa2 100644 --- a/src/ext_OpenCL.c +++ b/src/ext_OpenCL.c @@ -60,7 +60,7 @@ int ocl_init (OCL_PTR *ocl) { if (!ocl) { - log_error ("ERROR: opencl library ptr is null"); + log_error ("ERROR: OpenCL library pointer is null"); exit (-1); } diff --git a/src/hashcat.c b/src/hashcat.c index ae8b19e..9331ec7 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -6591,8 +6591,8 @@ int main (int argc, char **argv) { if (force == 0) { - log_info ("The manual use of the option -n (or --kernel-accel) is outdated"); - log_info ("Please consider using the option -w instead"); + log_info ("The manual use of the -n option (or --kernel-accel) is outdated"); + 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 (""); @@ -6618,7 +6618,7 @@ int main (int argc, char **argv) { if (force == 0) { - log_info ("The manual use of the option -u (or --kernel-loops) is outdated"); + 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 ("You can use --force to override this but do not post error reports if you do so"); log_info ("");