mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
bitget: log symbol status
This commit is contained in:
parent
cfe3b6466c
commit
e358da10dd
|
@ -26,7 +26,7 @@ func toGlobalBalance(asset v2.AccountAsset) types.Balance {
|
|||
|
||||
func toGlobalMarket(s v2.Symbol) types.Market {
|
||||
if s.Status != v2.SymbolStatusOnline {
|
||||
log.Warnf("The symbol %s is not online", s.Symbol)
|
||||
log.Warnf("The market symbol status %s is not online: %s", s.Symbol, s.Status)
|
||||
}
|
||||
|
||||
return types.Market{
|
||||
|
|
Loading…
Reference in New Issue
Block a user