From c38a3b4cc7b7dc62c7fca9cd46a880b036462a27 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 24 Mar 2015 17:49:28 +0100 Subject: Better error reporting in the console. Updated ethereum.js --- rpc/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc') diff --git a/rpc/api.go b/rpc/api.go index 4bc199176..d1f984144 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.Debugf("%s %s", req.Method, req.Params) + rpclogger.Infof("%s %s", req.Method, req.Params) switch req.Method { case "web3_sha3": -- cgit v1.2.3