X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fba%2Fmodels%2Finstances.py;h=7968ff236007aa4d086266dca30a4b001cd5ed06;hb=649cbde73fc3c56945211c3e7c551dd6db41afe9;hp=3c8433de9de910e36afa6d35313c8b7d1ce1dfbd;hpb=7c0ba6fa9ac609b8341127be4fa29691bdd2b232;p=fba.git diff --git a/fba/models/instances.py b/fba/models/instances.py index 3c8433d..7968ff2 100644 --- a/fba/models/instances.py +++ b/fba/models/instances.py @@ -431,7 +431,7 @@ def set_detection_mode(domain: str, mode: str): logger.debug("EXIT!") def set_has_obfuscation(domain: str, status: bool): - logger.debug("domain(%d)='%s',status='%s' - CALLED!", len(domain), domain, status) + logger.debug("domain='%s',status='%s' - CALLED!", domain, status) domain_helper.raise_on(domain) if not isinstance(status, bool):