mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
This RPCS debug statement should be a trace.
This commit is contained in:
parent
42061ebf87
commit
3937c1a67c
@ -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…
x
Reference in New Issue
Block a user