1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

core: Clarify --scrypt deprecation message.

This commit is contained in:
Noel Maersk 2013-12-22 16:45:33 +02:00
parent 8cc7ba7867
commit 1cb220781a

View File

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