feat(backend): debug log for unbindNodes event
This commit is contained in:
parent
fbab981614
commit
570662ca7a
1 changed files with 2 additions and 0 deletions
|
|
@ -101,6 +101,8 @@ func (s *saverImpl) handleMessage(msg Message) error {
|
|||
return s.pg.InsertIOSScreenEnter(m)
|
||||
case *IOSCrash:
|
||||
return s.pg.InsertIOSCrash(m)
|
||||
case *UnbindNodes:
|
||||
log.Printf("UnbineNodes: %+v", m)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue