mirror of
https://github.com/GOSTSec/poolserver
synced 2025-01-15 01:00:10 +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)
|
else if (method.compare("mining.authorize") == 0)
|
||||||
OnMiningAuthorize(msg);
|
OnMiningAuthorize(msg);
|
||||||
else
|
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
|
// Gets new job from the server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user