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:
parent
4bcfe3d945
commit
8a97a2a54c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user