]> git.mxchange.org Git - fba.git/blobdiff - fba/networks/lemmy.py
Continued:
[fba.git] / fba / networks / lemmy.py
index b65b28f2fd4f9fae062cb65f018dbe5c32227de2..8a9712de347f8fcb0751af0589b72936429190dc 100644 (file)
@@ -215,7 +215,7 @@ def fetch_blocks(domain: str) -> list:
                 logger.debug("blocked='%s'", blocked)
 
                 if blocked in [None, ""]:
-                    logger.warning("blocked='%s' is empty after tidyup.domain() - SKIPPED!", tag.contents[0])
+                    logger.warning("blocked[%s]='%s' is empty after tidyup.domain(): tag.contents[0]='%s' - SKIPPED!", type(blocked), blocked, tag.contents[0])
                     continue
                 elif not domain_helper.is_wanted(blocked):
                     logger.debug("blocked='%s' is not wanted - SKIPPED!", blocked)