diff --git a/decoder/pokestop.go b/decoder/pokestop.go index 9d09c1b0..b600ac4d 100644 --- a/decoder/pokestop.go +++ b/decoder/pokestop.go @@ -635,7 +635,7 @@ func (stop *Pokestop) updatePokestopFromGetContestDataOutProto(contest *pogo.Con } } if l := len(focuses); l > 1 { - log.Warnf("pokestop '%s' contains %d focus entries (%d pokemon): using the first pokemon found", + log.Warnf("SHOWCASE: pokestop '%s' contains %d focus entries (%d pokemon): using the first pokemon found", stop.Id, l, numPokemon, ) }