mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-24 17:35:01 +01: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()
|
||||
}
|
||||
|
||||
if rq.Goodbye != "" {
|
||||
log.Printf("close request with goodbye: %s", rq.Goodbye)
|
||||
}
|
||||
log.Printf("close request with goodbye: %s", rq.Goodbye)
|
||||
|
||||
send(&ResponseHeader{
|
||||
RequestId: header.Id,
|
||||
|
Loading…
Reference in New Issue
Block a user