diff options
Diffstat (limited to 'module/plugins/crypter/RelinkUs.py')
-rw-r--r-- | module/plugins/crypter/RelinkUs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/RelinkUs.py b/module/plugins/crypter/RelinkUs.py index 6d8383fee..4ff13a276 100644 --- a/module/plugins/crypter/RelinkUs.py +++ b/module/plugins/crypter/RelinkUs.py @@ -204,7 +204,7 @@ class RelinkUs(Crypter): package_links.extend(self._get_links(crypted, jk)) except Exception: - self.log_debug("Unable to decrypt CNL2 links") + self.log_debug("Unable to decrypt CNL2 links", trace=True) return package_links |