80 cols
This commit is contained in:
parent
fd30f1512a
commit
3bf376bd66
|
@ -405,7 +405,8 @@ func (c *Conn) readResponses() {
|
|||
fmt.Fprintf(os.Stderr,
|
||||
"Found cookie with sequence id %d that is expecting a "+
|
||||
"reply (and not an error) but will never get it. "+
|
||||
"Currently on sequence number %d\n", cookie.Sequence, seq)
|
||||
"Currently on sequence number %d\n",
|
||||
cookie.Sequence, seq)
|
||||
// Checked requests without replies
|
||||
case cookie.pingChan != nil && cookie.errorChan != nil:
|
||||
cookie.pingChan <- true
|
||||
|
|
Loading…
Reference in New Issue