2
0
Эх сурвалжийг харах

Provide more info in error message

JC Brand 5 жил өмнө
parent
commit
d58380af83

+ 3 - 3
src/headless/converse-muc.js

@@ -269,7 +269,7 @@ converse.plugins.add('converse-muc', {
                 const chatbox = _.get(this, 'collection.chatbox');
                 const chatbox = _.get(this, 'collection.chatbox');
                 if (!chatbox) {
                 if (!chatbox) {
                     return _converse.log(
                     return _converse.log(
-                        `Could not get collection.chatbox for message: ${this.get('id')}`,
+                        `Could not get collection.chatbox for message: ${JSON.stringify(this.toJSON())}`,
                         Strophe.LogLevel.ERROR
                         Strophe.LogLevel.ERROR
                     );
                     );
                 }
                 }
@@ -283,7 +283,7 @@ converse.plugins.add('converse-muc', {
                     const chatbox = _.get(this, 'collection.chatbox');
                     const chatbox = _.get(this, 'collection.chatbox');
                     if (!chatbox) {
                     if (!chatbox) {
                         return _converse.log(
                         return _converse.log(
-                            `Could not get collection.chatbox for message: ${this.get('id')}`,
+                            `Could not get collection.chatbox for message: ${JSON.stringify(this.toJSON())}`,
                             Strophe.LogLevel.ERROR
                             Strophe.LogLevel.ERROR
                         );
                         );
                     }
                     }
@@ -296,7 +296,7 @@ converse.plugins.add('converse-muc', {
                 const chatbox = _.get(this, 'collection.chatbox');
                 const chatbox = _.get(this, 'collection.chatbox');
                 if (!chatbox) {
                 if (!chatbox) {
                     return _converse.log(
                     return _converse.log(
-                        `Could not get collection.chatbox for message: ${this.get('id')}`,
+                        `Could not get collection.chatbox for message: ${JSON.stringify(this.toJSON())}`,
                         Strophe.LogLevel.ERROR
                         Strophe.LogLevel.ERROR
                     );
                     );
                 }
                 }