Add log to debug disconnect logic
This commit is contained in:
parent
bedfb64103
commit
5c1f7010f7
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ func (m *Manager) StandDisconnected(username string) {
|
||||||
m.mu.RUnlock()
|
m.mu.RUnlock()
|
||||||
|
|
||||||
if seated == nil {
|
if seated == nil {
|
||||||
|
log.Printf("[poker] StandDisconnected: %s not found in any table", username)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue