Changeset 748 in code for trunk/conn.go
- Timestamp:
- Dec 6, 2021, 5:40:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/conn.go
r747 r748 167 167 c.logger.Printf("failed to close connection: %v", err) 168 168 } else { 169 c.logger. Printf("connection closed")169 c.logger.Debugf("connection closed") 170 170 } 171 171 // Drain the outgoing channel to prevent SendMessage from blocking … … 175 175 }() 176 176 177 c.logger. Printf("new connection")177 c.logger.Debugf("new connection") 178 178 return c 179 179 }
Note:
See TracChangeset
for help on using the changeset viewer.