mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
show symbol name in the error message
This commit is contained in:
parent
533a0259a0
commit
ca3f438288
|
@ -449,7 +449,7 @@ func (session *ExchangeSession) initSymbol(ctx context.Context, environ *Environ
|
|||
}
|
||||
|
||||
if len(kLines) == 0 {
|
||||
log.Warnf("no kline data for interval %s (end time <= %s)", interval, environ.startTime)
|
||||
log.Warnf("no kline data for %s %s (end time <= %s)", symbol, interval, environ.startTime)
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user