diff --git a/src/python/location-importer.in b/src/python/location-importer.in
index 9946e64..036fff8 100644
--- a/src/python/location-importer.in
+++ b/src/python/location-importer.in
@@ -494,7 +494,7 @@ class CLI(object):
 				return False
 
 			if network.prefixlen > 24:
-				log.info("Skipping network too small to be publicly announced: %s" % network)
+				log.debug("Skipping network too small to be publicly announced: %s" % network)
 				return False
 
 			if str(network.network_address) == "0.0.0.0":
@@ -507,7 +507,7 @@ class CLI(object):
 				return False
 
 			if network.prefixlen > 48:
-				log.info("Skipping network too small to be publicly announced: %s" % network)
+				log.debug("Skipping network too small to be publicly announced: %s" % network)
 				return False
 
 			if str(network.network_address) == "::":
