Commit 1dd5a131 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer/rpc: more logging in muxconn

parent a7144d10
......@@ -448,6 +448,7 @@ func (m *MuxConn) write(from muxPacketFrom, id uint32, dataType muxPacketType, p
n2, err = m.rwc.Write(p)
n += n2
if err != nil {
log.Printf("[ERR] %p: Stream %d (%s) write error: %s", m, id, from, err)
break
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment