1
0
mirror of https://github.com/GOSTSec/poolserver synced 2025-02-06 03:54:28 +00:00

Merge branch 'master' into peercoin

This commit is contained in:
Intel 2014-05-11 16:40:19 -04:00
commit 8ee4773a91

View File

@ -85,7 +85,7 @@ namespace Stratum
else if (method.compare("mining.authorize") == 0)
OnMiningAuthorize(msg);
else
sLog.Error(LOG_SERVER, "Method '%s' not found.", method.c_str());
sLog.Debug(LOG_STRATUM, "Method '%s' not found.", method.c_str());
}
// Gets new job from the server