Browse Source

Modify scrypt kernel message.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
bbdbf364cc
  1. 2
      driver-opencl.c

2
driver-opencl.c

@ -229,7 +229,7 @@ char *set_kernel(char *arg) @@ -229,7 +229,7 @@ char *set_kernel(char *arg)
char *nextptr;
if (opt_scrypt)
return "Cannot use sha256 kernel with scrypt";
return "Cannot specify a kernel with scrypt";
nextptr = strtok(arg, ",");
if (nextptr == NULL)
return "Invalid parameters for set kernel";

Loading…
Cancel
Save