add message for stream closed

This commit is contained in:
c9s 2020-07-11 17:02:37 +08:00
parent 73ae2603d9
commit cb4afca815

View File

@ -196,5 +196,6 @@ func (s *PrivateStream) Close() error {
return err return err
} }
return err log.Infof("[binance] user data stream closed")
return nil
} }