mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-20 01:37:45 +02:00
rpc: always log goodbye
This commit is contained in:
parent
676ac41677
commit
44b77a8ef9
@ -166,9 +166,7 @@ func (c ByteStreamRPC) serverLoop(handler RPCHandler) error {
|
|||||||
return conn.Close()
|
return conn.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
if rq.Goodbye != "" {
|
log.Printf("close request with goodbye: %s", rq.Goodbye)
|
||||||
log.Printf("close request with goodbye: %s", rq.Goodbye)
|
|
||||||
}
|
|
||||||
|
|
||||||
send(&ResponseHeader{
|
send(&ResponseHeader{
|
||||||
RequestId: header.Id,
|
RequestId: header.Id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user