less noisy debug.log using html ui

This commit is contained in:
Miguel Freitas 2014-01-25 12:57:35 -02:00
parent a884c002ce
commit 128c0a506b

View File

@ -922,7 +922,8 @@ void JSONRequest::parse(const Value& valRequest)
strMethod = valMethod.get_str(); strMethod = valMethod.get_str();
if (strMethod != "getwork" && strMethod != "getblocktemplate" && if (strMethod != "getwork" && strMethod != "getblocktemplate" &&
strMethod != "getlasthave" && strMethod != "getnumpieces" && strMethod != "getlasthave" && strMethod != "getnumpieces" &&
strMethod != "getinfo" && strMethod != "getbestblockhash" && strMethod != "getblock") strMethod != "getinfo" && strMethod != "getbestblockhash" &&
strMethod != "getblock" && strMethod != "getmininginfo")
printf("ThreadRPCServer method=%s\n", strMethod.c_str()); printf("ThreadRPCServer method=%s\n", strMethod.c_str());
// Parse params // Parse params