]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/cron_ipanalyse.py
don't log IPv6 IPs for the moment
[nominatim.git] / utils / cron_ipanalyse.py
index 7975cb17c31293d5ef7bcca5cfe5f365f5404740..1ca2267fa4144081020db88545538fb01e76559c 100755 (executable)
@@ -389,6 +389,6 @@ if __name__ == '__main__':
     if blocked:
         fd.write(logstr % ('new block:', ', '.join(blocked)))
     for k,v in stats.items():
-        if v.ignores_warnings() and k not in notlogged:
+        if v.ignores_warnings() and k not in notlogged and ':' not in k:
             fd.write(logstr % ('Warning ignored:', k))
     fd.close()