diff --git a/glue_python/aliyuntvtoken/alitoken2.py b/glue_python/aliyuntvtoken/alitoken2.py index 4ea5b294a7..2e7b346098 100644 --- a/glue_python/aliyuntvtoken/alitoken2.py +++ b/glue_python/aliyuntvtoken/alitoken2.py @@ -49,7 +49,7 @@ def decrypt(ciphertext, iv, t, _unique_id, _wifimac): dec = decrypted.decode('utf-8') return dec except Exception as error: - logging.error("Decryption failed", error) + logging.error("Decryption failed %s", error) raise error