This RPCS debug statement should be a trace.
This commit is contained in:
parent
42061ebf87
commit
3937c1a67c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue