1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 23:19:09 +00:00

Trivial log message touch-ups.

This commit is contained in:
_NSAKEY 2016-06-21 06:05:07 -05:00
parent 39042d39e8
commit 2504b59eea
2 changed files with 4 additions and 4 deletions

View File

@ -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);
}

View File

@ -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 ("");