info => debug

This commit is contained in:
obscuren
2015-04-02 12:58:17 +02:00
parent 0f3bf7ef4d
commit 3f4c1aaf01
3 changed files with 4 additions and 2 deletions

View File

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