mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
improve log messages
This commit is contained in:
parent
9d53adc6ef
commit
f197a0fc4f
|
@ -251,7 +251,7 @@ func (s *Strategy) updateQuote(ctx context.Context) {
|
|||
}
|
||||
|
||||
if disableMakerAsk && disableMakerBid {
|
||||
log.Warn("maker is disabled due to insufficient balances")
|
||||
log.Warn("bid/ask maker is disabled due to insufficient balances")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user