bitget: log symbol status

This commit is contained in:
c9s 2024-01-08 18:13:26 +08:00
parent cfe3b6466c
commit e358da10dd
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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{