mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-02-04 11:14:17 +00:00
Fix log message
This commit is contained in:
parent
dd505ff26c
commit
7c0233fc03
@ -198,7 +198,7 @@ func (s *StratumServer) handleClient(cs *Session, e *Endpoint) {
|
|||||||
var req JSONRpcReq
|
var req JSONRpcReq
|
||||||
err = json.Unmarshal(data, &req)
|
err = json.Unmarshal(data, &req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("Malformed request from: %v", cs.ip, err)
|
log.Printf("Malformed request from %s: %v", cs.ip, err)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
s.setDeadline(cs.conn)
|
s.setDeadline(cs.conn)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user