1
0
mirror of https://github.com/GOSTSec/poolserver synced 2025-01-14 08:47:53 +00:00

Move log to debug to reduce console spam

This commit is contained in:
Intel 2014-05-11 16:40:10 -04:00
parent 4bcfe3d945
commit 8a97a2a54c

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