mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
🎨 Avoid showing traceback on handled error
Makes the traceback show up only when running under high verbosity
This commit is contained in:
@@ -583,7 +583,7 @@ class MozillaInteraction:
|
|||||||
"Failed to decode username or password for entry from URL %s",
|
"Failed to decode username or password for entry from URL %s",
|
||||||
url,
|
url,
|
||||||
)
|
)
|
||||||
LOG.exception(e)
|
LOG.debug(e, exc_info=True)
|
||||||
user = "*** decryption failed ***"
|
user = "*** decryption failed ***"
|
||||||
passw = "*** decryption failed ***"
|
passw = "*** decryption failed ***"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user