diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-25 06:55:48 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-25 06:55:48 +0800 |
commit | 3301f6ecef6a31ff0ffc5d6d586cd9b71337a063 (patch) | |
tree | 6ae9ee6d8235776f1cfd36b104e2215af8f66fe1 /rpc | |
parent | 97bf9f1521438ae33ba4d2e27890ade82f90f21f (diff) | |
download | dexon-3301f6ecef6a31ff0ffc5d6d586cd9b71337a063.tar.gz dexon-3301f6ecef6a31ff0ffc5d6d586cd9b71337a063.tar.zst dexon-3301f6ecef6a31ff0ffc5d6d586cd9b71337a063.zip |
back to debug log
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/api.go b/rpc/api.go index d1f984144..4bc199176 100644 --- a/rpc/api.go +++ b/rpc/api.go @@ -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": |