Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio1988 committed Dec 9, 2024
1 parent 933c3c5 commit a2adc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/pokestop.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
}
Expand Down

0 comments on commit a2adc61

Please sign in to comment.