diff --git a/mkt/webapps/models.py b/mkt/webapps/models.py index e3bc849ed0..b12811af09 100644 --- a/mkt/webapps/models.py +++ b/mkt/webapps/models.py @@ -595,6 +595,8 @@ class Webapp(Addon): if region: excluded = cls.get_excluded_in(region) if excluded: + log.info('Excluding the following IDs based on region %s: %s' + % (region.slug, excluded)) srch = srch.filter(~F(id__in=excluded)) if mobile: