This RPCS debug statement should be a trace.

This commit is contained in:
David Hill 2014-04-13 15:50:28 -04:00
parent 42061ebf87
commit 3937c1a67c

View file

@ -434,7 +434,7 @@ func jsonRPCRead(w http.ResponseWriter, r *http.Request, s *rpcServer) {
rpcsLog.Errorf(msg)
return
}
rpcsLog.Debugf(msg)
rpcsLog.Tracef(msg)
}
// handleUnimplemented is a temporary handler for commands that we should