From 463491f8cd639112f8855820d758c2c9c134c9cd Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 19 Mar 2015 16:59:54 +0100 Subject: [PATCH] moved back to debug --- rpc/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/api.go b/rpc/api.go index a0c12f837..afc0bd455 100644 --- a/rpc/api.go +++ b/rpc/api.go @@ -486,7 +486,7 @@ func (p *EthereumApi) GetBlockUncleCountByNumber(blocknum int64) (int64, error) func (p *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": args := new(Sha3Args)