Browse Source

core: Clarify --scrypt deprecation message.

nfactor-troky
Noel Maersk 11 years ago
parent
commit
1cb220781a
  1. 2
      cgminer.c

2
cgminer.c

@ -947,7 +947,7 @@ static char *set_null(const char __maybe_unused *arg) @@ -947,7 +947,7 @@ static char *set_null(const char __maybe_unused *arg)
static char *deprecated_scrypt(void *arg)
{
applog(LOG_WARNING, "Option --scrypt is deprecated !");
applog(LOG_WARNING, "Option --scrypt is deprecated and will be removed in future versions. Remove it from your launch scripts.");
return NULL;
}

Loading…
Cancel
Save