back to debug log

This commit is contained in:
obscuren 2015-03-24 23:55:48 +01:00
parent 97bf9f1521
commit 3301f6ecef
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func (api *EthereumApi) Close() {
func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error {
// Spec at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
rpclogger.Infof("%s %s", req.Method, req.Params)
rpclogger.Debugf("%s %s", req.Method, req.Params)
switch req.Method {
case "web3_sha3":