diff --git a/priceupdater/priceupdater.go b/priceupdater/priceupdater.go index 3d8814b..1658633 100644 --- a/priceupdater/priceupdater.go +++ b/priceupdater/priceupdater.go @@ -174,7 +174,8 @@ func (p *PriceUpdater) UpdatePrices(ctx context.Context) { case UpdateMethodTypeStatic: tokenPrice = token.StaticValue if tokenPrice == float64(0) { - log.Warn("token price is set to 0. Probably StaticValue is not put in the configuration file") + log.Warn("token price is set to 0. Probably StaticValue is not put in the configuration file,", + "token", token.Symbol) } case UpdateMethodTypeIgnore: continue