Debug log optimizations and improvements
This commit is contained in:
parent
9afea3ae2b
commit
3fb6ab295f
4 changed files with 6 additions and 6 deletions
|
@ -588,9 +588,7 @@ MessageReceiver.prototype.extend({
|
|||
|
||||
return promise.catch(error => {
|
||||
window.log.error(
|
||||
'queueDecryptedEnvelope error handling envelope',
|
||||
id,
|
||||
':',
|
||||
`queueDecryptedEnvelope error handling envelope ${id}:`,
|
||||
error && error.stack ? error.stack : error
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue