X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fba%2Fcommands.py;h=5ddb44adecf267782e13f72ae1b9af18e169ca90;hb=9a649fe40c8cf745404415136b03ceb58b57b2ab;hp=2d2635703a0e391882c5b31e0c9f618bb9a22b20;hpb=12c92121a1d3cfa4f594011ef329b66b96cce06e;p=fba.git diff --git a/fba/commands.py b/fba/commands.py index 2d26357..5ddb44a 100644 --- a/fba/commands.py +++ b/fba/commands.py @@ -1611,7 +1611,7 @@ def fetch_instances_social(args: argparse.Namespace) -> int: logger.debug("domain='%s' has been recently crawled - SKIPPED!", domain) continue - logger.info("Fetching instances from domain='%s'", domain) + logger.info("Fetching instances from domain='%s' ...", domain) federation.fetch_instances(domain, None, None, inspect.currentframe().f_code.co_name) logger.debug("Success! - EXIT!")