mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
add message for stream closed
This commit is contained in:
parent
73ae2603d9
commit
cb4afca815
|
@ -196,5 +196,6 @@ func (s *PrivateStream) Close() error {
|
|||
return err
|
||||
}
|
||||
|
||||
return err
|
||||
log.Infof("[binance] user data stream closed")
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user