even more logs
This commit is contained in:
@@ -68,6 +68,7 @@ func (m *PersistentConnection) Connect() error {
|
||||
}
|
||||
|
||||
func (m *PersistentConnection) Close() {
|
||||
log.Printf("Closing connection to %s\n", m.address)
|
||||
m.Conn.Close()
|
||||
m.Died <- true
|
||||
m.Dead = true
|
||||
|
||||
Reference in New Issue
Block a user